II.
ToolDescriptor JSON
Structured · livetool-descriptor:github.create-or-update-file
GitHub: Create or Update File json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:github.create-or-update-file",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/github-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitHub: Create or Update File",
"description": "Create or update a single file in a repository on a branch.",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo",
"path",
"content",
"message",
"branch"
],
"properties": {
"owner": {
"type": "string"
},
"repo": {
"type": "string"
},
"path": {
"type": "string"
},
"content": {
"type": "string"
},
"message": {
"type": "string"
},
"branch": {
"type": "string"
},
"sha": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"commit": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:github.create-or-update-file",
"to": "tool-server:mcp-github",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-github",
"to": "tool-descriptor:github.create-or-update-file",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}