II.
ToolDescriptor JSON
Structured · livetool-descriptor:github.list-pull-requests
GitHub: List Pull Requests json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:github.list-pull-requests",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitHub: List Pull Requests",
"description": "List pull requests for a repository with optional filters.",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo"
],
"properties": {
"owner": {
"type": "string"
},
"repo": {
"type": "string"
},
"state": {
"type": "string",
"enum": [
"open",
"closed",
"all"
]
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"pulls": {
"type": "array"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:github.list-pull-requests",
"to": "tool-server:mcp-github",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-github",
"to": "tool-descriptor:github.list-pull-requests",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}