Skip to main content
Glama
qui364

fscp-mcp

by qui364

place_object

Add fire protection devices, zones, or scenarios onto a plan. Devices use point coordinates; zones need dimensions. Supply handle, plan UID, item, left, top, width, height.

Instructions

Нарисовать объект ГК на плане. Устройства кладутся точкой (left, top), зоны и сценарии — прямоугольником (нужны ещё width и height). Связь ставится с обеих сторон.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
itemYes
leftNo
widthNo
handleYes
heightNo
plan_uidYes

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

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It explains that device placement uses a point (left, top) and that zones/scenarios require width/height, and that connections are drawn on both sides. This discloses shape-specific behavior, but it does not mention side effects such as overwriting existing objects, permissions, or return values. The output schema exists but is not described, so the behavioral story is partial.

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 compact: two sentences that front-load the purpose and then detail the shape-specific behavior. Every clause adds meaningful information with minimal redundancy. The structure is clear and easy to scan.

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

Completeness3/5

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

Given seven parameters and zero schema descriptions, the description covers the spatial parameters but leaves required fields (handle, plan_uid, item) unexplained. It also does not address the return value or any preconditions. While the output schema exists, its content is not described, so an agent may not know what the tool responds with. The description is adequate for understanding basic placement logic but lacks details needed for fully correct invocation.

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 description coverage is 0%, so the description must illuminate parameters. It explains the role of left, top, width, and height for different object types, but it does not clarify what 'handle', 'plan_uid', or 'item' represent. It also does not state that left/top are optional (defaults exist) or how they interact with the required fields. The explanation is useful but incomplete for the three required parameters.

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

Purpose4/5

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

The description states a clear purpose: 'Нарисовать объект ГК на плане' (draw an object on the plan). It distinguishes device placement (point) from zone/scenario placement (rectangle) and mentions connections. This is specific enough to separate it from sibling tools like add_object or set_object, though it does not name an alternative explicitly.

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

Usage Guidelines4/5

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

The description provides clear usage context: devices are placed as points with left/top, zones/scenarios are placed as rectangles requiring width/height, and connections are placed on both sides. This tells the agent when certain parameters are needed, but it does not explicitly mention when not to use this tool or name alternative tools.

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