Skip to main content
Glama

accelo_delete_signoff_recipient

Delete a signoff recipient by ID to remove them from Accelo signoff workflows and keep approval lists current.

Instructions

Delete a signoff recipient.

Args: recipient_id: The recipient record's ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipient_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It implies a destructive operation by using 'Delete' but does not disclose whether deletion is permanent, what side effects occur, what permissions are required, or what happens to related signoff records.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is brief and front-loads the action. The 'Args:' section is slightly mechanical but adds no real waste for such a simple tool.

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?

For a destructive tool with no annotations, no output schema, and 0% parameter description coverage, the definition is missing critical context. It does not explain deletion semantics, prerequisites, or expected effects, leaving the agent with substantial gaps.

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%, so the description must compensate. It only restates the parameter name as 'The recipient record's ID' without adding format, source, constraints, or examples beyond what the schema (integer, required) already conveys.

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

Purpose4/5

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

States a specific verb and resource: 'Delete a signoff recipient.' This clearly distinguishes it from sibling operations like create/update/list/get on signoff recipients, though it does not explicitly call out those alternatives.

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?

Provides no guidance on when to use this tool versus alternatives such as updating or removing recipients through other means. There is no mention of prerequisites, permissions, or when deletion is appropriate.

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

Deploy Server

Other Tools