Skip to main content
Glama

recipes_agent_handoff_boundary_pack

Return agent handoff boundary profiles, protocol controls, and workflow maps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decisionNo
protocolNo
profile_idNo
workflow_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. 'Return' implies a read operation, but the description does not disclose how the optional parameters affect results, what happens when none are provided, or any other behavioral details.

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 a single concise sentence with no filler; the main verb and resource are front-loaded. It is efficient, even though it leaves substantive gaps.

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?

With four optional filter-like parameters and no annotations, the definition does not explain how parameters combine or what is returned when arguments are omitted. The existence of an output schema reduces the need to describe return values, but parameter semantics and usage remain underspecified."

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% and the description does not mention any of the four parameters. An agent cannot determine the meaning or expected format of decision, protocol, profile_id, and workflow_id from the tool definition alone.

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 uses a specific verb, 'Return', and names a concrete resource: agent handoff boundary profiles, protocol controls, and workflow maps. It is reasonably distinguishable from sibling boundary packs by the 'agent handoff' domain, though it does not explicitly contrast with them.

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 given about when to use this tool versus any sibling pack, nor are there prerequisites, conditions, or exclusions. The only usage signal is implicit in the listed content types.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources