Skip to main content
Glama

Server Details

Club Grants: the site's own MCP server — checker, enquiry (enquiry = a human handoff, not a...

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

6 tools
checker_answerAnswer a question, get the next stepBInspect

Given a question id and the chosen option (its choice index), return the next question or the final verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
choiceYes
questionYes

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the output—next question or final verdict—but never clarifies whether submitting an answer has side effects, whether choices are persisted, whether IDs are validated, or what happens on invalid input.

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 a single sentence that front-loads the inputs and then states the output. Every part earns its place, with no redundancy or filler.

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 two-parameter tool with no annotations and no output schema, the core call is understandable, but the description is not fully self-sufficient. It omits the return shape of the next question or final verdict, the source of `question` IDs, and the tool's relationship to checker_start and checker_tree.

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 0%, and the description does add meaning by implying `question` is an identifier and `choice` is an option index. It still leaves gaps: it doesn't explain where valid question IDs come from, whether `choice` must belong to the given question, or what the actual range of valid option indexes is beyond the schema's minimum of 0.

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 names a specific operation—'return the next question or the final verdict'—and the two required inputs. It is clear and actionable, though it doesn't explicitly distinguish this tool from siblings like checker_start or checker_tree, and 'question id' doesn't exactly match the schema property name `question`.

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 title 'Answer a question, get the next step' and the phrase 'Given a question id and the chosen option' imply this is the tool to advance a checker flow. However, it provides no explicit when-to-use/when-not-to-use guidance and does not mention alternatives such as checker_start or checker_tree.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

checker_startStart: Find the fund that fits your clubCInspect

The first question of the Find the fund that fits your club decision guide.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.8/5.0
Behavior2/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. The description only names the question; it doesn't disclose whether the tool is read-only, whether it mutates anything, whether it returns the question text, or whether it advances a state machine. For an agent selecting among sibling tools, this provides almost no behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one short sentence and mentions the decision-guide name, which is contextually useful. It wastes no words, though it could have added a front-loaded verb such as 'presents the first question...' with no meaningful length cost.

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

Completeness2/5

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

With no annotations, no output schema, and no parameter schema details, the description is nearly all the agent has. It doesn't explain what 'start' returns, how it connects to checker_answer, or whether the tool requires prior state. For a flow-starting tool in a sibling group, this is under-specified.

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?

The tool has zero parameters, so there is nothing the description needs to explain. The absence of parameters is already fully visible in the schema, making this dimension minimally demanding; a baseline of 4 is appropriate for a no-parameter tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description identifies the tool as the first question of a named decision guide, which gives the agent some sense of a specific resource. However, it doesn't state what action the tool actually performs (does it present the question, initialize a session, or start a flow?), so it's still somewhat vague about its function relative to siblings.

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?

There is no guidance about when to call this tool versus checker_answer, checker_tree, or the enquiry tools. The sibling list suggests this is part of a guided flow, but the description doesn't say that calling it first is required or what state it puts the conversation into.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

checker_treeThe whole decision treeAInspect

Every question, option and verdict of the Find the fund that fits your club guide, for reasoning end to end.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It reveals the tool's output scope: the entire tree with all questions, options, and verdicts. It does not explicitly confirm side-effect-free behavior, but for a parameterless content-providing tool this is a reasonable implication.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one sentence and conveys the essential scope without padding. The phrasing is slightly awkward and somewhat redundant with the title, but it remains compact and readable.

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 parameterless tool with no output schema and no annotations, the description provides enough context: the whole decision tree is returned for end-to-end reasoning. It could mention the format or size, but the omission is acceptable given the tool's simplicity.

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?

There are zero parameters and the input schema is empty, so no parameter documentation is needed. The baseline of 4 applies because the description cannot meaningfully add parameter semantics where none exist.

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 identifies the resource as the complete decision tree for the 'Find the fund that fits your club' guide, naming its contents: every question, option, and verdict. It is distinguishable from sibling tools like checker_start or checker_answer, which likely handle individual steps, though it never states an explicit verb like 'retrieve' or 'return'.

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 phrase 'for reasoning end to end' implies the tool is for getting the full tree at once rather than stepping through it. However, it does not explicitly state when to prefer this over checker_answer or checker_start, nor any exclusions or prerequisites.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_describeWhat you get: an ENQUIRY with a human (not a purchase, not a guaranteed quote)AInspect

Read first. States plainly what submit_enquiry does on Club Grants: it starts an enquiry with human providers who quote directly. Nothing is bought, ordered or paid; no quote is guaranteed; it is free. Also returns who receives the details, the consent wording, and how the person confirms.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/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 stating that nothing is bought, ordered, or paid, that no quote is guaranteed, that the service is free, and by listing exactly what the tool returns: who receives the details, the consent wording, and how confirmation happens. It could be even more explicit that the tool itself has no side effects, but the existing disclosure is strong.

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 three sentences with no wasted words. 'Read first' is an effective front-loaded call to action, and each sentence earns its place by covering purpose, exclusions, and return contents.

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 zero-parameter informational tool with no output schema, the description is largely complete: it explains what the tool does, what it does not do, and what information it returns. The only minor gap is not explicitly stating that invoking this tool has no side effects, but the framing as a description makes that reasonably clear.

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?

The tool has zero parameters and the schema is empty, so the baseline is 4. The description adds meaningful context about the tool's purpose and return value, which is more than necessary for a parameterless informational tool.

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 role: it 'states plainly what submit_enquiry does' on Club Grants, which is a specific informational purpose tied to a named resource. It also distinguishes itself from the sibling submit_enquiry by describing rather than performing the action, though it does not position itself against the checker_* siblings.

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?

'Read first' gives a clear contextual cue that this tool should be consulted before using submit_enquiry, and the description clarifies that it is not a submission or purchase. However, it does not explicitly state when not to use it or name alternative tools, so guidance is implied rather than fully specified.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

enquiry_fieldsThe questions the enquiry asksAInspect

Every field of the Club Grants enquiry: key, label, type, whether required, help text and the allowed options where there are any. Pass answers to submit_enquiry keyed by field key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It clearly indicates this is an inspection/listing tool and describes the data it provides, but it does not explicitly state that it is read-only, side-effect-free, or what happens if no enquiry context exists. This is a moderate gap for an unannotated tool.

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?

A single dense, front-loaded sentence provides the full output contract and the integration point with submit_enquiry. There is no filler or redundant restatement of the title.

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 zero-parameter introspection tool with no output schema, the description is quite complete: it enumerates all returned attributes and explains how to use them with a sibling tool. The only notable omission is the exact structure of 'allowed options,' but this is a minor gap given the overall clarity.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to add parameter-level detail. It does add a useful semantic link by saying answers should be keyed by field key when calling submit_enquiry.

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 states exactly what the tool exposes—every field of the Club Grants enquiry—and lists the attributes included: key, label, type, required, help text, and allowed options. It also distinguishes itself from submit_enquiry by explaining that the field keys are used to pass answers. However, the operation is implicitly 'list/return' rather than stated with a strong verb.

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 final sentence gives clear usage context: agents should pass answers to submit_enquiry keyed by field key, implying this tool should be consulted before submitting. It does not explicitly mention when not to use it or compare it to siblings like enquiry_describe or checker_*.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

Submits an enquiry to Club Grants — 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 club funding adviser, who'll contact me directly."

ParametersJSON 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 club funding adviser, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A5/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the burden and does so thoroughly. It discloses the two-step validation flow, the consent text, the confirmation token, and the post-submission email with a click link before any provider sees the enquiry.

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 well-structured with explicit step labels and front-loaded 'NOT a purchase' disambiguation. Every sentence contributes necessary operational detail without wasted words.

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?

Given the complexity of a two-step consent-gated submission and the absence of an output schema, the description is complete. It explains the return values (summary, consent line, token), the required user agreement, and the post-submission email/link behavior, leaving no ambiguity for correct invocation.

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

Parameters5/5

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

Although schema description coverage is 100%, the description adds meaning beyond the schema: answers must be keyed by field keys from enquiry_fields, consent must match the exact consent statement, and confirmation is the token returned in step 1. This clarifies the relationships between parameters and the workflow.

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 verb and resource: 'Submits an enquiry to Club Grants', and immediately distinguishes itself from a purchase or guaranteed quote. It also references enquiry_fields, clarifying its role relative to a sibling tool that supplies the answer keys.

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

Usage Guidelines5/5

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

The description gives explicit step-by-step instructions: Step 1 calls with answers and consent to get validation, summary and token; Step 2 calls again only if the person agrees, with the same answers, consent, and token. It also states what it is NOT (not a purchase, not a guaranteed quote), preventing misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • First observedchecker_answer
    • First observedchecker_start
    • First observedchecker_tree
    • First observedenquiry_describe
    • First observedenquiry_fields
    • First observedsubmit_enquiry

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    MCP server for searching research grants across NSF (US), ERC (EU), and KRF/NRF (Korea) via a unified interface. NIH excluded—covered by existing connectors.
    3
    17
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    An MCP server for discovering, matching, drafting, and managing grants and public goods funding for open-source AI projects. It integrates Grants.gov, NSF Awards, GitHub Sponsors, Open Collective, Gitcoin, and other sources to provide grounded proposals and autonomous funding lifecycle management.
    9
    1
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

The six tools split cleanly into two distinct workflows: the checker_* set for the decision guide and the enquiry_* plus submit_enquiry set for Club Grants enquiries. Each tool has a clear, non-overlapping role, and the descriptions reinforce the boundaries.

Naming Consistency4/5

The checker_* and enquiry_* prefixes create a predictable prefix-based pattern, and submit_enquiry is clear in meaning. However, submit_enquiry breaks the pattern by placing the verb first instead of following it with the prefix, making the naming slightly inconsistent.

Tool Count5/5

Six tools is well-scoped for the server's purpose: three tools cover the decision-guide workflow and three support the enquiry workflow. Each tool earns its place without redundancy or unnecessary expansion.

Completeness5/5

The decision-guide tools cover starting, progressing, and inspecting the full tree, so the workflow is fully traversable. The enquiry tools cover field discovery, process explanation, submission, validation, and confirmation, leaving no critical dead ends for the stated domain.

Resources