Skip to main content
Glama
davidpanter

systems-thinking-mcp

by davidpanter

Apply Lens

apply_lens

Apply a systems thinking model to analyze a current problem, structuring narrative analysis and findings for multi-perspective insight.

Instructions

Apply a systems thinking model to the current problem.

IMPORTANT: The "analysis" parameter is your narrative analysis text. The "findings" parameter is a JSON object where keys are the model's required field names and values are your findings for each. Do NOT pass finding fields as top-level parameters — they must be nested inside the "findings" object.

Example call structure: { "sessionId": "abc123", "modelId": "stock-and-flow", "analysis": "Your narrative analysis through this lens...", "findings": { "stocks": "Your finding about stocks...", "inflows": "Your finding about inflows...", "outflows": "Your finding about outflows...", "equilibrium_analysis": "Your finding about equilibrium..." } }

Available models: blast-radius (Blast Radius), contract-boundaries (Contract Boundaries), conways-law (Conway's Law), coupling-cohesion (Coupling & Cohesion), data-transformation-fidelity (Data Transformation Fidelity), error-propagation (Error Propagation), failure-modes (Failure Modes), idempotency (Idempotency), kiss (KISS), modularity (Modularity), separation-of-concerns (Separation of Concerns), state-ownership (State Ownership), causal-loop-diagrams (Causal Loop Diagrams), feedback-loops (Feedback & Feedforward Loops), local-vs-global (Local vs Global Optimization), source-sink (Source & Sink), stock-and-flow (Stock & Flow), system-dynamics (System Dynamics), buffers (Buffers & Buffer Sizing), constraints (Constraint Analysis), leverage-points (Leverage Points), migration (Migration), queuing-theory (Queuing Theory), domain-modeling (Domain Modeling Lens), event-driven (Event-Driven Lens), functional (Functional Lens), adversarial (Adversarial Analysis), build-vs-buy (Build vs. Buy), circle-of-competence (Circle of Competence), dependency-risk (Dependency Risk), goodharts-law (Goodhart's Law), hanlons-razor (Hanlon's Razor), inversion (Inversion), map-vs-territory (Map vs Territory), margin-of-safety (Margin of Safety), occams-razor (Occam's Razor), reversibility (Reversibility), second-order-thinking (Second-Order Thinking), back-pressure (Back Pressure), error-budgets (Error Budgets), graceful-degradation (Graceful Degradation), observability-gaps (Observability Gaps), operational-complexity (Operational Complexity), denormalization (Denormalization), normalization (Normalization), attack-surface (Attack Surface), cia-triad (CIA Triad), defense-in-depth (Defense in Depth), least-privilege (Principle of Least Privilege), trust-boundaries (Trust Boundaries), binary-search (Binary Search), bottom-up (Bottom-Up), caches (Caches), parallelism (Parallelism), top-down (Top-Down), whats-changed (What's Changed)

IMPORTANT: Do NOT stop after one lens. Apply 2-4 lenses per session to get genuine multi-perspective insight. The response includes prior findings from earlier lenses — use these to identify connections and build on previous analysis. When you've built enough perspective, call synthesize to integrate across lenses.

Can be called multiple times per session. Allowed after synthesize.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelIdYesModel to apply (e.g. 'queuing-theory', 'bottom-up')
analysisYesYour analysis through this lens
findingsYesModel-specific findings keyed by required field names
nextLensNoWhich lens you want to apply next
sessionIdYesSession ID from start_analysis
confidenceNoConfidence in this analysis
observationsNoEmergent insights outside the model template
Behavior5/5

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

With no annotations provided, the description carries the full transparency burden. It discloses critical behavioral traits: the 'analysis' parameter is narrative, 'findings' must be nested as a JSON object, and the response includes prior findings from earlier lenses (stateful behavior). It also notes ordering constraints ('Allowed after synthesize') and that it can be called multiple times, all beyond what the schema conveys.

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

Conciseness4/5

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

The description is long but well-structured, with important usage notes and examples front-loaded. Every section adds value: purpose, critical parameter instructions, example, model reference, and usage lifecycle guidance. The exhaustive model list is arguably necessary for selection, but it does add bulk, preventing a perfect score.

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

Completeness4/5

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

For a tool with no output schema and complex nesting requirements, the description covers all essential aspects: how to structure calls, what parameters mean, which models are available, and how the tool fits into the session flow. The only gap is an explicit description of the response format beyond the note that it includes prior findings, but overall completeness is high.

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

Parameters5/5

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

Although schema coverage is 100%, the description adds significant meaning beyond the structured definitions. It clarifies the distinction between 'analysis' and 'findings', explains that findings keys must match the model's required field names, and provides a full example call. The extensive model list in the description also expands on the generic 'Model to apply' schema hint, making parameter selection much easier.

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 states a specific verb+resource: 'Apply a systems thinking model to the current problem.' It clearly distinguishes from siblings by noting it applies one lens, while 'synthesize' is for integrating across lenses. The tool's role in the session lifecycle ('Can be called multiple times per session. Allowed after synthesize.') further clarifies its placement.

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 guidance is provided on when to use the tool ('Apply 2-4 lenses per session') and when to use an alternative ('When you've built enough perspective, call synthesize to integrate across lenses'). The description also tells users not to stop after one lens and warns against passing findings as top-level parameters, offering a concrete example call structure.

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