Skip to main content
Glama
davidpanter

systems-thinking-mcp

by davidpanter

Expand Selection

expand_selection

Expand selected systems thinking models to reveal full details, graph neighbors, counterbalances, and uncovered categories for a thorough review before deeper analysis.

Instructions

Get full details for selected models plus their graph neighbors and counterbalances.

Call after start_analysis with the model IDs you've chosen. Returns:

  • Full model details (guiding questions, required fields) for your selection

  • Graph neighbors (related models one hop away) with relationship reasons

  • Counterbalances (opposing perspectives) with tension descriptions

  • Uncovered categories to highlight analytical gaps

Use this to review your selection before committing to apply_lens calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelIdsYesModel IDs to expand (e.g. ['modularity', 'coupling-cohesion'])
sessionIdYesSession ID from start_analysis
Behavior4/5

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

With no annotations, the description carries the transparency burden. It thoroughly lists the return payload (full details, graph neighbors, counterbalances, uncovered categories), making clear it's a read/expansion operation. It doesn't explicitly state that no state is modified, but the language strongly implies it's informational.

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?

The description is concise and well-organized. The opening sentence states the core purpose, followed by a bulleted list of return types. Every sentence serves a purpose, and the structure aids scanning.

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?

For a tool with two straightforward parameters, no annotations, and no output schema, the description is complete. It explains what the tool returns (via bullets) and where it fits in the workflow, providing sufficient context for the agent to invoke it correctly.

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?

Schema coverage is 100% for the two parameters, and both are described adequately in the schema. The description adds only contextual reinforcement ('after start_analysis' for sessionId, 'models you've chosen' for modelIds), not new parameter-level semantics, so baseline 3 is appropriate.

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's function: 'Get full details for selected models plus their graph neighbors and counterbalances.' It uses a specific verb ('get') and resource ('selected models plus graph neighbors'), and distinguishes itself from siblings by positioning it between start_analysis and apply_lens.

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?

Explicit workflow guidance is given: 'Call after start_analysis with the model IDs you've chosen' and 'Use this to review your selection before committing to apply_lens calls.' This unambiguously tells when to use the tool relative to alternatives.

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/davidpanter/systems-thinking'

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