Skip to main content
Glama

Awning

Business applications

op_applications
Read-only

Only for the Awning team. Queue of business applications with owner contacts and warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

The description adds useful context beyond the readOnlyHint annotation: the Awning-team scope restriction and the content detail (owner contacts and warnings). It does not contradict the annotation, since a queue view is a read operation. However, it leaves ordering, pagination, and the meaning of 'warnings' undisclosed.

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 short sentences with zero redundancy; the scoping constraint is front-loaded and the content summary is maximally efficient. Every word contributes meaning.

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 read-only list tool with one optional enum parameter and no output schema, the essential context — audience, resource, and included data — is present. Missing details such as ordering or the definition of 'warnings' are minor for a queue-view tool whose safety profile is already covered by readOnlyHint.

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?

With 0% schema description coverage, the description carries the full burden for explaining the status parameter, yet it never mentions filtering by status or how the submitted/approved/rejected values interact with the queue. The bare enum in the schema is self-explanatory, but the description fails to clarify, for example, whether approved applications remain in the queue.

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 identifies the resource ('business applications') and the operation via the noun 'queue', which strongly implies listing/retrieving applications. It is specific enough to be distinguished from sibling tools like op_decide_application (decision action) and op_leads (different resource). However, there is no explicit verb such as 'list' or 'get', so the operation must be inferred rather than stated.

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

Usage Guidelines3/5

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

The only usage constraint is the audience restriction 'Only for the Awning team', which gives the agent a clear access boundary. There is no explicit statement of when to use this tool versus siblings such as op_decide_application or op_leads, so routing is left to inference rather than being spelled out.

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