Skip to main content
Glama

implementation_handoff_artifact

implementation_handoff_artifact
Read-only

Composes an implementation brief with the current session state into a typed handoff artifact, capturing evolving codebase context for agent handoffs.

Instructions

Artifact tool for reusable implementation handoff: compose one implementation brief and the current session handoff into a typed handoff artifact. Basis is session-scoped — session_handoff shifts with every tool call, so artifactId moves between calls by design (each call captures the current session state). Do not dedupe on artifactId.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdNo
projectRefNo
queryKindYes
queryTextYes
queryArgsNo
sessionLimitNo
followupLimitNo
exportNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolNameYes
projectIdYes
resultYes
exportedNo
_hintsYes
Behavior2/5

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

The description describes composing an artifact, suggesting a write operation, but annotations set readOnlyHint=true. This creates a contradiction as to whether the tool is read-only or produces new artifacts. The description adds some behavioral context about artifactId shifting, but the inconsistency undermines transparency.

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 short and front-loaded but could be more concise. It effectively communicates the core purpose and a critical caveat about artifactId, though the mismatch with parameters reduces overall clarity.

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 8 parameters, nested objects, and no schema descriptions, the description is insufficient. It does not cover parameters, output, or how to use the tool, leaving significant gaps despite having an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 8 parameters with 0% description coverage, and the description fails to explain any parameter. The parameters listed (projectId, queryKind, etc.) appear unrelated to the described purpose of composing an implementation brief and session handoff, causing confusion.

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 clearly states the tool composes an implementation brief and current session handoff into a typed handoff artifact, with specific verb 'compose' and resource identification. It distinguishes itself from sibling artifact tools by emphasizing session-scoped behavior.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for capturing session state in an artifact and explicitly warns against deduplication on artifactId, but does not explicitly state when to use this tool versus alternatives like session_handoff or other artifact tools.

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/drhalto/agentmako'

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