Skip to main content
Glama

Bulk delete outbox faxes

bulk-delete-outbox-faxes
Destructive

Delete multiple outbox fax records in one request. This is destructive and requires explicit confirmation.

Side effects: deletes multiple outbox fax records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idNoFax.Plus user ID. Default: self.
outbox_fax_idsYesOutbox fax IDs to delete (1..10).
confirmation_textYesMust be exactly BULK_DELETE_OUTBOX_FAXES.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false, so the burden on the description is low. Yet the description mostly restates structured data: 'This is destructive' duplicates the annotation, 'requires explicit confirmation' duplicates confirmation_text's schema description, and the 'Side effects' line repeats the first sentence verbatim. It adds no genuinely new behavioral context (e.g., irreversibility, partial-failure behavior, or what happens to related resources). No contradiction with annotations.

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

Conciseness3/5

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

The description is short and front-loaded with the core action, which is good. However, the third sentence ('Side effects: deletes multiple outbox fax records') is a near-verbatim duplicate of the first, and the confirmation/destructive statements duplicate the schema and annotations; one redundant sentence is present, undermining the 'every sentence earns its place' bar.

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

Completeness3/5

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

For a destructive multi-record mutation, the description compensates minimally thanks to strong external structure: annotations cover the safety profile, the schema describes every parameter at 100% coverage, and an output schema exists. The main gap is that the description itself contributes essentially nothing toward correct invocation (e.g., it does not flag that deletion is irreversible or how results of partial failures are returned), which is modest given how much structure already exists.

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 the schema fully documents all three parameters (including the exact confirmation constant and the 1..10 id constraint). The description's phrase 'multiple outbox fax records' weakly reinforces outbox_fax_ids semantics but adds no detail beyond the schema, which is the baseline case for high schema coverage.

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?

The description states a specific verb and resource ('Delete multiple outbox fax records'), and the phrase 'outbox fax records' distinguishes this from any tool operating on regular faxes, helping separate it from bulk-delete-faxes. However, it never explicitly names or contrasts the closest siblings (delete-outbox-fax, bulk-delete-faxes), leaving the agent to infer the distinction from the resource name alone.

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 delete-outbox-fax (single) or bulk-delete-faxes (different resource). 'In one request' implies a batch use case but there is no explicit when-to-use/when-not-to-use statement, no prerequisites, and no mention of the 1..10 limit beyond what the schema already provides.

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.

Resources