Skip to main content
Glama

commsharbor

commsharbor_deletion_request

Read the latest tenant deletion request. status: "none" means no erasure was ever requested — the resource always answers, so a client never has to interpret a 404 as "nothing scheduled".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does this well by explicitly stating that the resource always answers and that status: "none" means no erasure was ever requested, so clients never need to interpret a 404 as 'nothing scheduled'. This is valuable behavioral context beyond a generic read description.

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?

Two sentences, front-loaded with the primary operation and followed by the most important behavioral nuance. Every sentence earns its place, with no filler or repetition of schema details.

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

Completeness4/5

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

For a simple one-parameter read operation with no output schema, the description covers the critical edge case that could confuse callers: the difference between 'no deletion ever requested' and a missing resource. It does not enumerate other possible status values or response fields, but the essential invocation and interpretation context is present.

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%, as the only parameter, organization_id, is described as 'Active organization ID'. The description adds no meaningful parameter-level detail beyond that, so the baseline of 3 is appropriate.

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 clearly states the verb 'Read' and the resource 'latest tenant deletion request', making the tool's purpose immediately understandable. It does not explicitly differentiate from sibling tools like commsharbor_deletion_schedule or commsharbor_deletion_cancel, but the read semantics are obvious from the description and name.

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 gives no explicit guidance on when to use this tool versus the related deletion_schedule or deletion_cancel siblings. The intended use is implied by the word 'Read', but there are no stated alternatives, exclusions, or prerequisites beyond the schema-required organization_id.

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