Skip to main content
Glama
fosferon

gc_mcp

by fosferon

gc_orchestration

Create and manage agent hierarchies using orchestration trees, supporting actions to plant, launch, seat, and list agents across parent-child node structures.

Instructions

Orchestration trees: create + seat-switch for agent hierarchies (Story 2.11, FR-21). Actions: plant, launch, seat, tree, node, list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNoAgent name (for plant)
labelNoLabel (for plant/launch)
actionYesAction to perform
messageNoDispatch message (for launch)
node_idNoNode ID (for seat/node)
tree_idNoTree ID (for plant/tree)
session_idNoSession ID (for plant)
child_agentNoChild agent name (for launch)
parent_node_idNoParent node ID (for launch)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It names six actions but provides zero detail on side effects, whether operations are destructive, what 'seat-switch' mutates, whether launching creates persistent side effects, or what responses look like. Story/FR references are unhelpful without external context. For a multi-action orchestrator with no annotation coverage, this is a significant transparency gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief (one sentence plus action list) which is efficient, but the brevity comes at the cost of clarity. Referencing 'Story 2.11, FR-21' and internal action vocabulary (plant, seat, tree) without definitions makes it cryptic. It is short but not well-structured for an external agent, trading usefulness for brevity.

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 with 9 parameters, 6 actions, no output schema, and no annotations, the description is severely under-specified. It does not explain the return format, the relationships between actions (plant→tree→node→launch sequencing), or required parameter combinations per action. An agent invoking this tool would need substantial external knowledge to use it correctly.

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 100%, but the per-parameter descriptions are thin, mostly restating 'for plant'/'for launch' without clarifying semantics. The description's action list maps roughly to parameter groups, adding modest value by hinting which params apply to which action. However, with 9 parameters and ambiguous action behaviors, the description does not meaningfully compensate beyond the schema's minimal per-parameter notes.

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

Purpose3/5

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

The description states it handles 'Orchestration trees: create + seat-switch for agent hierarchies' with a list of six actions (plant, launch, seat, tree, node, list). This identifies a general purpose but is terse and does not differentiate from siblings beyond broad naming. The verb+resource is present but the action semantics are opaque (e.g., what 'plant', 'launch', 'seat' mean operationally) without further context, so it falls short of a clear, self-contained purpose statement.

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 references Story 2.11, FR-21 and lists actions, but gives no guidance on when to use this tool versus alternatives like gc_workflow or gc_run. There is no when-to-use, when-not-to-use, or alternative-naming. The action enum in the schema implies some dispatch logic but the description offers no decision guidance for an agent selecting among the many gc_* siblings.

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/fosferon/gc_mcp'

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