Skip to main content
Glama

Awning

Invite or close an enquiry

op_decide_lead

Only for the Awning team. invite emails the business how to set the listing up from their own assistant; close drops the enquiry with an optional note for us.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
lead_idYes
decisionYes

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?

The description discloses concrete behaviors: invite sends an email to the business, close drops the enquiry with an optional note. This adds context beyond the annotations (readOnlyHint=false, destructiveHint=false), clarifying the effects of each action. It does not contradict any annotations.

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 two concise sentences that front-load the team restriction and clearly state the two actions and the note's purpose. There is no unnecessary wording.

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 simple 3-parameter tool with no output schema, the description adequately covers the actions and parameters. However, it does not mention what the tool returns or any error conditions, which could be relevant for an agent deciding how to handle the result. Given the simplicity, it is sufficient but not complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema coverage, the description compensates by explaining the decision enum values ('invite' and 'close') and the note parameter ('optional note for us'). lead_id is implied as the enquiry identifier but not explicitly defined; however, its purpose is obvious from the context.

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 tool's two actions: invite (emails the business) and close (drops the enquiry), and names the resource (enquiry). It is specific with a verb and resource, but does not explicitly differentiate from sibling tools like op_decide_application, though the restriction to 'Awning team' and the lead context help distinguish it.

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 only guidance is the restriction 'Only for the Awning team', which limits who should use it but does not explain when to use this tool versus alternatives such as op_decide_application or other lead-related tools. No exclusions or conditions are provided beyond the team restriction.

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