II.
ToolDescriptor JSON
Structured · livetool-descriptor:puppeteer.fill
Puppeteer: Fill json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:puppeteer.fill",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/puppeteer-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Puppeteer: Fill",
"description": "Type into an input element.",
"inputSchema": {
"type": "object",
"required": [
"selector",
"value"
],
"properties": {
"selector": {
"type": "string"
},
"value": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:puppeteer.fill",
"to": "tool-server:mcp-puppeteer",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-puppeteer",
"to": "tool-descriptor:puppeteer.fill",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}