Sequential Thinking
tool-descriptor:sequentialthinking.sequentialthinking
ToolDescriptorextensions/tool-descriptors/sequential-thinking-mcp-tools.yaml·Open in Graph → {
"id": "tool-descriptor:sequentialthinking.sequentialthinking",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/sequential-thinking-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Sequential Thinking",
"description": "Structured stepwise reasoning tool. Records a chain of thoughts where each\nthought may revise an earlier one or branch into an alternative line of\nreasoning, ending when the model concludes the chain is complete.\n",
"inputSchema": {
"type": "object",
"required": [
"thought",
"nextThoughtNeeded",
"thoughtNumber",
"totalThoughts"
],
"properties": {
"thought": {
"type": "string"
},
"nextThoughtNeeded": {
"type": "boolean"
},
"thoughtNumber": {
"type": "integer"
},
"totalThoughts": {
"type": "integer"
},
"isRevision": {
"type": "boolean"
},
"revisesThought": {
"type": "integer"
},
"branchFromThought": {
"type": "integer"
},
"branchId": {
"type": "string"
},
"needsMoreThoughts": {
"type": "boolean"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"status": {
"type": "string"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:sequentialthinking.sequentialthinking",
"to": "tool-server:mcp-sequential-thinking",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-run3-extensions-tool-descriptors-sequential-thinking-mcp-tools-yaml",
"to": "tool-descriptor:sequentialthinking.sequentialthinking",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-sequential-thinking",
"to": "tool-descriptor:sequentialthinking.sequentialthinking",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}