Skip to main content
Glama

execute_approved_action

Execute one human-approved action, with DRY_RUN simulation to preview the outcome without contacting GitHub.

Instructions

Execute exactly one human-approved action; DRY_RUN simulates without contacting GitHub.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
action_idYes

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, the description must disclose behavioral traits. It only reveals that DRY_RUN simulates without contacting GitHub. It does not state that normal execution will modify GitHub, what the side effects are, whether authentication is required, or what the output represents. This is insufficient for a high-risk execution tool.

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?

The description is a single, concise sentence that communicates the core purpose and a key behavior. There is no unnecessary elaboration; every word contributes value. It is well-structured and front-loaded.

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?

Despite the presence of an output schema, the description is incomplete for an execution tool. It does not explain the action lifecycle, prerequisites (e.g., action must be pending), or the meaning of normal execution. The DRY_RUN mention without a corresponding parameter undermines completeness. For a tool that likely modifies GitHub, this is a significant gap.

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?

The schema has one parameter, action_id, with 0% description coverage. The description fails to explain action_id or how to obtain it. Worse, it introduces 'DRY_RUN' as a behavior but the schema has no such parameter, creating ambiguity. The description does not compensate for the missing schema documentation and actually adds 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's function: it executes exactly one human-approved action. The verb 'execute' and resource 'human-approved action' are specific, and the tool name aligns with this purpose. It distinguishes itself from read-only tool siblings by implying a mutating action, which is evident from context.

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 explicit guidance is provided on when to use this tool versus alternatives. It does not mention that pending actions can be listed via list_pending_actions or that get_pending_action provides details. The only hint is the DRY_RUN mode, which is a simulation behavior, but not a clear 'when to use' directive.

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/Vatsal212005/ContextBridge'

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