Skip to main content
Glama

agent_exec_packet

Construct an Agent Exec dispatch packet from a project directory and approved brief, adding optional sandbox, intent, manager message, doctrine refs, and parent run id, without triggering execution.

Instructions

Build an Agent Exec dispatch packet without invoking execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sandboxNoOptional sandbox mode recorded in the Agent Exec packet. Empty uses the agent role default sandbox.
intent_idNoOptional stable intent id embedded in the packet for grouping related runs.
brief_pathYesApproved brief path required for Agent Exec. The path is resolved against project_dir when relative.
project_dirYesExisting project directory used to resolve the approved brief and Agent Exec write boundary.
parent_run_idNoOptional parent PM/Transport run id embedded in the packet for run graph linkage.
manager_messageNoOptional Manager/PM supplement included in the packet; it does not replace brief authority.
shared_doctrine_refsNoOptional comma- or newline-separated doctrine reference paths resolved into sharedDoctrine; blank supplies none.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description carries full burden. Only states it builds a packet without execution. Does not disclose whether the packet is stored, side effects, permission requirements, or what constitutes a valid packet. Minimal behavioral disclosure.

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?

Single sentence that is front-loaded with the core action and key differentiator. No unnecessary words, every part earns its place.

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 7 parameters, an output schema, and many related sibling tools, the description is too brief. It does not explain what a 'dispatch packet' is, how it fits into the workflow, or what the output contains. Leaves the agent needing to infer context from tool names.

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 baseline is 3. Description does not add any parameter meaning beyond what the schema already provides. Schema descriptions are adequate, so no extra value needed.

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?

Description clearly states 'Build an Agent Exec dispatch packet' with the specific verb 'Build' and resource 'Agent Exec dispatch packet'. The phrase 'without invoking execution' distinguishes it from sibling tools that cause execution (e.g., dispatch_handoff, chain_pm_then_agent).

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?

Implied usage as a preparatory step ('without invoking execution'), but no explicit guidance on when to use this tool vs alternatives like handoff_contract or when to avoid it. No exclusion criteria or context provided.

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/nograai/nogra-mcp'

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