II.
ToolDescriptor JSON
Structured · livetool-descriptor:github.fork-repository
GitHub: Fork Repository json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:github.fork-repository",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitHub: Fork Repository",
"description": "Fork a repository to the authenticated user or an organization.",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo"
],
"properties": {
"owner": {
"type": "string"
},
"repo": {
"type": "string"
},
"organization": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"url": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:github.fork-repository",
"to": "tool-server:mcp-github",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-github",
"to": "tool-descriptor:github.fork-repository",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}