Skip to main content
Glama

Simulate a supply-chain disruption

simulate_disruption

Remove one company, every company in one country, or every company in one segment from the documented supply graph and report the blast radius: which companies lose a documented supplier, how many alternative suppliers they retain in the same subsegment, and which are left with zero documented alternative (ranked first). This is a documented-edge simulation, not a forecast — see the caveat field.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of affected companies to return, zero-alternative ones first (1-100, default 20).
countryNoRemove every company headquartered in this country (case-insensitive exact match, e.g. 'Taiwan').
segmentNoRemove every company in this taxonomy segment id (see get_segments).
company_idNoRemove a single company by id, name, or ticker. Exactly one of company_id/country/segment is required.

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations, the description fully carries the burden. It discloses the simulation nature, mentions a caveat field, and details what the output reports: which companies lose a supplier, retained alternatives, and zero-alternative companies ranked first. This is comprehensive behavioral transparency.

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?

Two sentences, no unnecessary words. The first sentence states what it does and the output, the second clarifies the simulation nature. Ideal conciseness.

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?

Given no output schema, the description sufficiently explains the output. All parameters are covered. Among many sibling tools, it stands alone in its purpose. Could be slightly more explicit about which siblings complement it, but overall complete.

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

Parameters4/5

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

All four parameters have schema descriptions, so baseline is high. The description adds the key constraint that exactly one of company_id/country/segment is required, and clarifies that limit sorts zero-alternative companies first. This adds value beyond the schema.

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 it removes companies (single, country, or segment) from the supply graph and reports the blast radius. It uses specific verbs and resources, distinguishing itself from sibling tools like find_chokepoints or find_single_source_dependencies by focusing on removal simulation.

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

Usage Guidelines3/5

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

The description notes it's a documented-edge simulation, not a forecast, implying caution. However, it lacks explicit guidance on when to use this tool versus alternatives like find_chokepoints or rank_by_connectivity, nor does it state prerequisites or scenarios.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: analyzing portfolio exposure, comparing companies, finding chokepoints, getting company details, country exposure, deals, segments, supply chain walk, and company search. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., 'get_company', 'search_companies', 'find_chokepoints'). The convention is uniform and predictable.

Tool Count5/5

9 tools is well-scoped for a specialized supply chain analysis server. Each tool serves a distinct query or analysis need without being too few or too many.

Completeness4/5

The tool set covers core operations: search, detail, comparison, portfolio analysis, chokepoint identification, country exposure, deals, and supply chain graph traversal. Minor gaps like historical trends or alerts exist but do not hinder primary use cases.