Skip to main content
Glama

aidelly_post_approvals_items_action

POST /approvals/items/action

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoOptional body override for endpoints with sparse parameter schemas.
queryNoOptional query overrides for endpoints with sparse parameter schemas.
brand_idNo
workspace_idNoWorkspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content.
idempotency_keyYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / workspace_id / description
      Added value: +"Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content."
  2. First observed

TDQS

D1.9/5.0
Behavior2/5

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

The description adds no behavioral context beyond what the annotations already provide. Annotations indicate it is not read-only (readOnlyHint: false), not destructive (destructiveHint: false), and not idempotent (idempotentHint: false). However, the description does not explain what the action does (e.g., approve, reject, etc.) or any 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.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise (6 words) but at the expense of informativeness. It provides only the endpoint path, which is not a meaningful description. Every sentence should add value, but here the single sentence fails to explain the tool's purpose or usage.

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

Completeness1/5

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

Given the tool has 5 parameters, no output schema, and a complex set of sibling tools, the description is completely inadequate. It does not describe the required 'idempotency_key', the nature of the 'action', or how to construct the request. The lack of any real description leaves the agent unable to use the tool correctly.

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 input schema has 5 parameters with 60% coverage from descriptions. The tool description adds no additional meaning for any parameter. The 'body' and 'query' parameters have vague descriptions in the schema ('Optional body override...'), but the description does not clarify their usage or relationship to the action. Parameters like 'brand_id' and 'idempotency_key' lack descriptions in both schema and description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is merely the HTTP method and endpoint path ('POST /approvals/items/action'). It does not specify what action is performed on approval items, leaving the purpose vague. It also does not differentiate from the sibling tool 'aidelly_post_approvals_id_action' which likely does a similar action on a specific approval.

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 guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, context, or when not to use it. The presence of sibling tools like 'aidelly_post_approvals_id_action' and 'aidelly_get_approvals' makes the lack of usage guidance problematic.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.