II.
ToolDescriptor JSON
Structured · livetool-descriptor:glob
Glob json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:glob",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/glob.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Glob",
"description": "Filename pattern matching tool — returns paths matching a glob\nexpression. Standard across coding agents.\n",
"inputSchema": {
"type": "object",
"required": [
"pattern"
],
"properties": {
"pattern": {
"type": "string",
"description": "Glob pattern (e.g. '**/*.ts')"
},
"path": {
"type": "string",
"description": "Root directory (default cwd)"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"paths": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"mode": "normal",
"streamable": false
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-runtime-impl:a5c.runtime@current",
"to": "tool-descriptor:glob",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:babysitter-agent.runtime@current",
"to": "tool-descriptor:glob",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:babysitter.runtime@current",
"to": "tool-descriptor:glob",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:babysitter-sdk.runtime@current",
"to": "tool-descriptor:glob",
"kind": "bundles",
"attributes": {}
},
{
"from": "agent-runtime-impl:claude-code.runtime@1.x",
"to": "tool-descriptor:glob",
"kind": "bundles",
"attributes": {}
}
]
}