II.
ToolDescriptor JSON
Structured · livetool-descriptor:fetch.fetch
Fetch: Fetch URL json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:fetch.fetch",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/fetch-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Fetch: Fetch URL",
"description": "Fetch a URL and return its content, optionally converting HTML to\nmarkdown for LLM consumption.\n",
"inputSchema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"max_length": {
"type": "integer"
},
"start_index": {
"type": "integer"
},
"raw": {
"type": "boolean"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"content": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:fetch.fetch",
"to": "tool-server:fetch-mcp",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-extensions-tool-descriptors-fetch-mcp-tools-yaml",
"to": "tool-descriptor:fetch.fetch",
"kind": "about_subject"
},
{
"from": "tool-server:fetch-mcp",
"to": "tool-descriptor:fetch.fetch",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}