Skip to main content
Glama

commsharbor

commsharbor_operations_refresh

Refresh alerts, quota and capacity observations. The GET reads what was last stored; this goes and looks again. Same distinction as domain verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that this operation performs a fresh lookup and updates stored observations, which is a behavioral trait. However, it doesn't mention potential side effects like rate limits, latency, failure modes, or whether it modifies stored data permanently. The description is adequate but not rich.

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: two sentences, no filler, and the core purpose is stated upfront. It efficiently conveys both the action and the distinction from the GET operation without unnecessary detail.

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 tool with one parameter and no output schema or annotations, the description is nearly complete. It explains what it does and when to use it. It doesn't describe the return value or error conditions, but those are not critical given the tool's simplicity and the clarity of its purpose.

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?

The input schema has 100% coverage with a clear description of the single parameter (organization_id). The tool description does not add any additional meaning or context about the parameter beyond what the schema already states, so it stays at the baseline for full schema coverage.

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: refreshing alerts, quota, and capacity observations. It also distinguishes itself from the sibling GET operation by noting that it re-fetches rather than reads stored data. This makes the tool's role unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly contrasts with the GET operation ('The GET reads what was last stored; this goes and looks again'), implying when to use this tool over the GET: when fresh data is needed. The reference to 'domain verification' further clarifies the pattern. However, it doesn't explicitly state conditions like 'use when you need current values' but it is clearly implied.

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