Skip to main content
Glama
qui364

fscp-mcp

by qui364

list_plans

Returns a hierarchical tree of plans with object counts for each plan from a given .fscp fire protection configuration.

Instructions

Дерево планов с числом объектов на каждом.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It states an outcome (a tree with counts) but does not mention whether the operation is read-only, whether it recurses into all levels of the tree, any pagination limits, or permissions required. This is minimal and leaves significant behavior inferred.

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 a single, compact phrase with no filler or redundant wording. It immediately communicates the core output (tree of plans with counts) in an efficient manner. Given the simple interface (one parameter), this level of conciseness is appropriate.

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

Completeness1/5

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

Although the tool has an output schema that defines return values, the description omits the crucial meaning of the 'handle' parameter, without which the agent cannot correctly invoke the tool. It also lacks any context about scope (e.g., all plans or a subset) or how the tree is constructed. The lack of parameter guidance makes the definition incomplete.

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

Parameters1/5

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

The schema has one required parameter, 'handle', but the description does not explain what this handle refers to (e.g., a plan ID, a parent node, an owner). With 0% schema description coverage, the description must compensate, but it completely ignores the parameter. The agent cannot determine what value to supply.

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 indicates a list operation on plans, specifying the structure (tree) and the included information (object counts). It distinguishes this from siblings like get_plan (single plan retrieval) and find_on_plans (search), 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 Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as get_plan, find_on_plans, or list_objects. There is no mention of intended use cases, required prerequisites, or situations where another tool would be preferred. The agent is left without direction.

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

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/qui364/fscp-mcp'

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