Skip to main content
Glama

Submit an ENQUIRY to human providers (two steps; not a purchase)

submit_enquiry

Submits an enquiry to SR&ED Claim Calculator — NOT a purchase, NOT a guaranteed quote. Step 1: call with the answers (keyed by field key from enquiry_fields) and consent=true; it validates and returns a summary, the consent line and a confirmation token — show the person the summary and the consent line. Step 2: only if the person agrees, call again with the same answers, consent=true and the confirmation token; the enquiry is then submitted, and the person receives an email with a link they must click before any provider sees it. Consent means the person has read and agreed to: "Happy for my details to go to a relevant SR&ED consultant or accountant, who'll contact me directly."

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
answersYesthe person's answers, keyed by field key
consentYestrue only when the person has agreed to: Happy for my details to go to a relevant SR&ED consultant or accountant, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations, the description carries the full behavioral burden and does so richly. It discloses that the tool validates and returns a summary/consent line/token, that a second call is required, that the person must receive and click an email link before any provider sees the enquiry, and exactly what consent means. This is far beyond the minimal mutation indication.

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 long but every sentence earns its place given the two-step stateful flow. It front-loads the core action and the most important caveat ('NOT a purchase'), then lays out step 1, step 2, and the consent requirement without redundancy. The quoted consent text is necessary because it is the exact semantic contract for the consent parameter.

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

Completeness5/5

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

This is a high-complexity tool: two-step submission, human involvement, consent requirements, and an email confirmation link. The description covers all of it, including what the agent must show the person and when the second call is permitted. With no annotations and no output schema, the description is complete enough for an agent to invoke the tool correctly.

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?

Schema description coverage is 100%, so the baseline is 3, and the description adds meaningful context: answers must be keyed by field keys from enquiry_fields, consent maps to an exact quoted agreement, and confirmation is the token returned from step 1. This enriches the bare schema definitions and clarifies the relationship between the two required/optional parameters.

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 states a specific action ('submits an enquiry'), names the resource (SR&ED Claim Calculator / human providers), and clarifies the two-step nature. It also explicitly distinguishes itself from a purchase or guaranteed quote, which prevents a common misinterpretation and separates it conceptually from sibling calculator tools.

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?

The description gives explicit step-by-step usage: Step 1 with answers and consent=true, then Step 2 with the confirmation token only after the person agrees. It also tells the agent to show the summary and consent line to the person. It does not explicitly name alternative tools like 'calculate' for when-not-to-use, but the 'NOT a purchase' warning and reference to enquiry_fields provide helpful boundaries.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clear role: calculate runs the calculator, calculator_describe explains the calculator, enquiry_describe explains the enquiry process, enquiry_fields lists inputs, and submit_enquiry sends the enquiry. There is no practical overlap between execution, metadata, and submission tools.

Naming Consistency3/5

Naming is mixed: calculate is a bare verb, submit_enquiry is verb_noun, while calculator_describe, enquiry_describe, and enquiry_fields use a noun-first pattern. The names are still readable and somewhat grouped by prefix/suffix, but the conventions are not consistent across the set.

Tool Count5/5

Five tools is well-scoped for this server's purpose: one execution tool, two descriptive-support tools, one field-metadata tool, and one submission tool. Each tool earns its place and there is no sense of bloat or thinness.

Completeness5/5

The server covers the full user journey: understanding the calculator, running it, understanding the enquiry, retrieving the required fields, and submitting with consent. No obvious dead ends or missing operations are apparent for the stated domain.

Resources