You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.32.1).

toggle_graph_preference

Inactive

Tool of Fodda Knowledge Graphs

declared in 1.32.1

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fodda Knowledge Graphs

https://github.com/fodda/mcp-server

1/7 registries
View full server →
toggle_graph_preference — Fodda Knowledge Graphs — PRSM MCP