read_graph
Access the complete knowledge graph to retrieve entities and relationships, enabling structured reasoning and memory for AI-assisted problem-solving within MCP Think Tank.
Instructions
Read the entire knowledge graph
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dummy | No | Placeholder parameter - this tool doesn't require parameters but returns the complete knowledge graph with entities and relationships |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"dummy": {
"description": "Placeholder parameter - this tool doesn't require parameters but returns the complete knowledge graph with entities and relationships",
"type": "string"
}
},
"type": "object"
}