II.
ToolDescriptor JSON
Structured · livetool-descriptor:sqlite.create-table
SQLite: Create Table json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:sqlite.create-table",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/sqlite-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "SQLite: Create Table",
"description": "Execute a CREATE TABLE statement.",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"ok": {
"type": "boolean"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:sqlite.create-table",
"to": "tool-server:sqlite-mcp",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:sqlite-mcp",
"to": "tool-descriptor:sqlite.create-table",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}