Skip to main content
Glama

Segment Large Scheme

segment_large_scheme

Segment disconnected or multi-panel CDXML schemes into logical regions for easier analysis and editing.

Instructions

Segment a disconnected or multi-panel CDXML scheme into logical regions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNo
cdxml_pathYes
output_pathNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the action (segmenting) without describing side effects, output format, whether the input is modified, or what the function returns. An agent cannot anticipate what 'segmenting' produces (e.g., a list of regions, a modified file) or any side effects on the input file. This is a significant gap for a tool with no annotation support.

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, well-formed sentence with no filler. The action is front-loaded, and every word contributes to meaning. It is appropriately concise for the tool's 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?

For a tool that likely performs a non-trivial transformation on a scheme, the description is incomplete. It does not specify the return value, whether the input file is overwritten, or how the segments are represented. The absence of an output schema and annotations increases the need for description coverage, which is lacking. An agent would struggle to predict the tool's behavior and result.

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?

Schema description coverage is 0%, so the description must compensate by explaining parameter meanings. It does not mention cdxml_path, output_path, or verbose at all. The schema only provides names and types, but no semantic guidance. The description adds zero value for parameter understanding.

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 ('segment') applied to a specific resource ('disconnected or multi-panel CDXML scheme') with a clear outcome ('logical regions'). This uniquely distinguishes it from sibling tools like parse_scheme, render_scheme, and clean_scheme_layout, which have different purposes. The phrasing is precise and immediately conveys the tool's function.

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 explicitly conditions the use on the input type ('disconnected or multi-panel CDXML scheme'), providing clear context for when to apply it. However, it does not mention alternatives or situations where this tool should be avoided, so it lacks explicit exclusions. This matches 'clear context, no exclusions'.

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/ZiChenWang114514/cdxml-toolkit-community'

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