Skip to main content
Glama

generate_context_handoff

Generate a compact transition card for agent handoffs, condensing current state, key decisions, solved problems, and next steps within a token budget.

Instructions

Create a compact transition card (state/stack/decisions/solved/next) under a token budget

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdNoOptional session identifier
budgetTokensNoToken budget for the handoff (default: 350)
includeSolvedNoInclude problems solved section (default: true)
includeNextStepsNoInclude next steps section (default: true)
includeCurrentStateNoInclude current state section (default: true)
includeKeyDecisionsNoInclude key decisions section (default: true)
Behavior2/5

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

With no annotations, the description carries the full burden, but it only mentions a token budget and output sections. It doesn't disclose whether the tool writes anything, reads current context, requires existing session data, or how it behaves with missing optional parameters.

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, front-loaded sentence with no fluff. While concise, it omits important context that would make it truly effective; it earns a 4 rather than 5 due to lost opportunity.

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 is a generation action with 6 optional toggles, no output schema, and no annotations, so the description should explain the expected output format, relationship to current context, and prerequisites. It covers none of these, leaving the agent underinformed for a complex tool.

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?

The schema already documents all 6 parameters with descriptions and defaults (100% coverage), so the baseline is 3. The description adds minimal semantic value by mapping the mentioned sections to include* parameters, but it doesn't change defaults or clarify the token budget beyond the schema.

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 ('create') and names a concrete resource ('compact transition card') plus its contents (state/stack/decisions/solved/next), making the core action clear. It doesn't explicitly differentiate from sibling tools like suggest_transition_card or create_handoff_for_agent, so it isn't a 5.

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 on when to use this tool versus alternatives. The description only states what it creates, not when to choose it over suggest_transition_card or create_handoff_for_agent, nor when not to use it.

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/sambaleuk/Vibetape-MCP-Server'

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