toggle_graph_preference
InactiveTool of Fodda Knowledge Graphs
Enable or disable any knowledge graph, supplemental data source, or skill for the user. Use this when the user says "Turn off Paralogy", "Enable igloo", "Disable the economics data", or similar. The change is permanent until toggled again.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"target_id",
"enabled"
],
"properties": {
"enabled": {
"type": "boolean",
"description": "true to enable (turn on), false to disable (turn off)."
},
"target_id": {
"type": "string",
"description": "The ID of the graph, skill, or data source to toggle (e.g., \"paralogy\", \"igloo\", \"retail\", \"get_bea_spending_snapshot\"). Use the exact ID from list_graphs."
},
"user_email": {
"type": "string",
"description": "Optional. Use ONLY when operating as an Admin on behalf of another user to specify their email."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Fodda Knowledge Graphs
https://github.com/fodda/mcp-server
1/7 registries