{
"version": "v1",
"types": {
"t0": { "type": "object", "properties": { ... } },
"t1": { "type": "object", "properties": { ... } }
},
"tools": [
{
"path": "github.issues.list",
"name": "List Issues",
"description": "List issues in a GitHub repository",
"sourceId": "github",
"inputSchemaRef": "t0",
"destructive": false,
"serviceAccountAllowed": false
}
],
"sources": [
{
"id": "github",
"type": "plugin",
"name": "GitHub",
"description": "GitHub issues, pull requests, and repository operations.",
"toolCount": 3
}
]
}