Skip to main content
Glama
roynertr

COBie MCP

by roynertr

graph_get_system_components

Retrieve all components belonging to a specified system from the canonical project graph.

Instructions

List components in a system from the canonical project graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
project_idYes
system_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states the listing action and source, but does not mention read-only status, pagination behavior, default limit, error conditions, or the shape of the returned data.

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, concise sentence that front-loads the primary action and resource. It avoids unnecessary verbosity and is appropriately sized for the tool's simple purpose.

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

Completeness2/5

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

The tool has a moderately simple interface, but the absence of parameter descriptions, usage guidance, and explicit behavioral notes makes it incomplete for an agent to invoke confidently, despite the presence of an output schema.

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 0% description coverage for the three parameters (project_id, system_name, limit). The description does not explain what each parameter means, how they are used, or the effect of limit, leaving the agent to guess or infer from parameter names.

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 verb ('List') and a specific resource ('components in a system') from a defined source ('canonical project graph'). It is distinct enough from similar sibling tools like graph_get_type_components and graph_get_component_details, though it does not explicitly differentiate itself.

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?

No guidance is provided on when to use this tool versus alternatives. The sibling list contains tools like graph_get_type_components and graph_list_components_by_space, but the description does not clarify the appropriate context for selecting this tool.

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

Deploy Server

Other Tools