Skip to main content
Glama

generate_verify_handoff

Creates a verification handoff document for NPU tasks, recording repo, branch, SHA, and device IDs to guide container-based gate runs.

Instructions

Generate markdown handoff for developer NPU verification in a container.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shaNoGit SHA to record in the handoff. Leave empty to use a placeholder (fill after checkout with git rev-parse HEAD).
repoYesRepository name to verify, e.g. "pypto"
branchYesBranch name to check out on the NPU host
platformNoTarget Ascend platform family for test flags, e.g. "a2a3" (Ascend910B) or "a3" (Ascend910C)a2a3
task_typeNoRoute key for developer_verify_tasks. Default "npu_verify_handoff" covers the standard NPU gate.npu_verify_handoff
device_idsNoComma-separated NPU device IDs to pass to pytest (e.g. "0,1")0,1
fork_remoteNoGit remote name on the NPU host that has the branch to verifyfork-gbisbas

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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 does not state whether the tool writes to a file, prints to stdout, modifies container state, or requires specific permissions. The phrase 'in a container' is vague about side effects.

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?

One concise, front-loaded sentence communicates the core function without waste. It is appropriately sized for the tool's simple primary purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The output schema exists, covering return values, but the description lacks behavioral context and usage guidance. For a tool with 7 parameters, this single-sentence description is minimal but not entirely inadequate; it provides the essential purpose.

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%, so the baseline is 3. The description does not add any extra meaning to parameters; it only mentions the overall purpose. No additional detail beyond the schema is provided.

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 action ('Generate markdown handoff'), the resource ('developer NPU verification'), and the context ('in a container'). This distinguishes it from siblings, as no other sibling tool is about generating handoffs.

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 creating a handoff for developer NPU verification, but it does not provide explicit guidance on when to use this tool vs alternatives, nor does it mention any exclusions or prerequisites like container readiness.

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/georgebisbas/mcp-hw-native-sys'

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