Skip to main content
Glama

modify_voice_action

Modify and approve a voice action by providing a JSON object with the desired changes.

Instructions

Approve a voice action with modifications. modifications is a JSON object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
execution_idYes
approval_task_idYes
modificationsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 only states the action and that modifications is a JSON object, failing to describe side effects, state changes, error conditions, or prerequisites for a mutation 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 extremely concise at two sentences, with no redundant information. Every word adds value.

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?

Given the tool has three required parameters, no annotations, and an output schema (unreferenced), the description is insufficient. It omits details about the required parameters execution_id and approval_task_id, and does not explain the return value or behavior beyond the basic action.

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?

Schema description coverage is 0%. The description mentions 'modifications is a JSON object', adding some context beyond the schema's string type, but neglects to explain the roles of 'execution_id' and 'approval_task_id'. This does not significantly compensate for the lack of schema descriptions.

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 purpose: approving a voice action with modifications. The verb 'Approve' combined with 'with modifications' distinguishes it from siblings like 'approve_voice_action' (likely approval without modifications) and 'reject_voice_action'.

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?

The description does not provide explicit guidance on when to use this tool versus alternatives such as 'approve_voice_action' or 'reject_voice_action'. It implies usage when modifications are needed but lacks any direct comparison or exclusions.

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/RPasquale/lightbulb-mcp'

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