Skip to main content
Glama

Get methodology graph

get_methodology_graph
Read-onlyIdempotent

Generate a JSON meta description for the get_methodology_graph tool.

Instructions

Build the methodology map as JSON graph data {nodes, edges, meta} suitable for force-directed visualization. Nodes: domains, concepts, memories, entities. Edges: cross-domain bridges, co-activation strengths, semantic relationships. Output is capped (200 nodes / 500 edges, highest-quality first) so the payload stays embeddable in a single MCP response. Use this to feed a CUSTOM client visualizer. Distinct from open_visualization (launches the bundled browser UI on 127.0.0.1:3458, no JSON returned), list_domains (text-only domain overview), and get_causal_chain (entity-graph BFS, not the unified methodology map). Read-only on profiles.json + memories. Latency <100ms. Returns {nodes, edges, meta, truncated_nodes?, truncated_edges?}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, which cover safety. The description adds valuable behavioral detail beyond annotations: output caps (200 nodes/500 edges), highest-quality-first truncation, latency <100ms, and read-only on profiles.json + memories. It doesn't note any side effects or error conditions, but the read-only nature plus caps is solid coverage given annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Four dense sentences, each earning its place: purpose, output structure, safety, and performance/cap limits. The truncation detail and latency are front-loaded with the purpose. No fluff, no repetition. Highly efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having an output schema, the description thoroughly explains the return shape ({nodes, edges, meta}, with optional truncation fields), the caps, and the visualization use case. With annotations covering safety and idempotency, and the description covering purpose, alternatives, caps, latency, and read-only scope, there is nothing significant left unexplained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There is only 1 parameter (domain, optional, nullable) with 0% schema description coverage. The description mentions 'domains' as node types but does not explicitly explain what the 'domain' parameter filters or how null vs a value changes behavior. Since the parameter is optional and there's only one, the baseline expectation is that the description explains its effect—it doesn't, though the tool works without it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool builds a methodology map as JSON graph data for force-directed visualization, listing node and edge types specifically. It explicitly distinguishes from three sibling tools with specific differentiators, making the purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly names three alternatives (open_visualization, list_domains, get_causal_chain) and explains what each does differently, giving the agent clear when-to-use and when-not-to-use guidance. It also states this feeds a custom client visualizer, establishing the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cdeust/cortex-viz'

If you have feedback or need assistance with the MCP directory API, please join our Discord server