Server Details
Employment Rights Checker: the site's own MCP server — checker, enquiry (enquiry = a human...
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolschecker_answerAnswer a question, get the next stepCInspect
Given a question id and the chosen option (its choice index), return the next question or the final verdict.
| Name | Required | Description | Default |
|---|---|---|---|
| choice | Yes | ||
| question | Yes |
TDQS
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 return type (next question or final verdict) but does not mention side effects, whether the answer is recorded, whether the choice index must be valid within a range, or what happens if the question id is invalid. The 'final verdict' detail is useful but incomplete for a state-changing operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, compact sentence that front-loads the core behavior ('Given a question id and the chosen option... return the next question or final verdict'). Every word earns its place, and the sentence structure is clear and unambiguous.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations and output schema, the description leaves out important context: the valid range of choice indices, the semantics of the returned elements, and how this tool relates to the sibling tools checker_start and checker_tree. For a tool that likely progresses a multi-step workflow, more guidance is needed for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It names 'question id' and 'choice index' but does not elaborate on their formats (e.g., is 'question' a UUID or human-readable ID?) or the constraints (choice minimum 0). Despite the low coverage, the description provides just enough mapping to the parameters, though it could be more explicit about expected input formats.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: given a question id and a choice index, it returns the next question or final verdict. The verb 'return' and resource 'next question or final verdict' are specific, but it doesn't explicitly distinguish itself from the sibling tools checker_start and checker_tree. The title adds a helpful hint about the workflow.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage in a quiz/checker flow (answer a question to advance), but it provides no explicit when-to-use or when-not-to-use guidance, nor does it mention any alternatives among the sibling tools. An agent would need to infer the context from the name and title alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
checker_startStart: Employment rights checkerBInspect
The first question of the Employment rights checker decision guide.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral disclosure burden. It only states that this is the first question of the guide, without clarifying whether calling it initializes state, returns a static question, resets an in-progress session, or has any side effects. For a 'start' action, this is a meaningful transparency gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence with no redundant words. It is front-loaded by naming the tool's position in the guide. It could arguably be more informative without becoming bloated, but as a concise description it performs well.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that the tool is simple, has no parameters, and no output schema, the description is minimally viable: an agent can reasonably call it to get the first question. However, it lacks any context about the checker flow, return shape, or relationship to checker_answer and checker_tree, so it is not fully complete for an agent operating without prior domain knowledge.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
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. There are no parameter semantics to explain, and the description does not need to compensate for undocumented inputs.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the resource as the 'first question of the Employment rights checker decision guide,' which makes the tool's purpose reasonably clear: initiating the checker and presenting its first question. It does not explicitly use a verb like 'starts' or 'shows,' but the name and phrasing together convey the intended action. It is somewhat distinguishable from siblings such as checker_answer and checker_tree, though not explicitly contrasted with them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to call this tool versus siblings like checker_answer, checker_tree, or submit_enquiry. There is no mention of prerequisites, session state, or typical invocation flow. An agent must infer from the name that this is the entry point to the guide.
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 Employment rights checker guide, for reasoning end to end.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the behavioral disclosure burden. It transparently states the content coverage (all questions, options and verdicts), but it does not explicitly say the operation is read-only, describe the response format, or note any size/pagination characteristics.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with no filler, and the key content coverage is stated first before the purpose. Every word contributes meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a parameterless tool that returns the whole decision tree, the description sufficiently indicates what will be returned (questions, options, verdicts) and why it is useful. It could add the response structure or an explicit alternative, but the absence of parameters and schema makes this a near-complete description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema coverage is 100%, so there are no parameter semantics for the description to clarify. The baseline of 4 applies because no parameters exist to document.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description identifies the resource (the Employment rights checker guide) and the full scope of the content (every question, option and verdict), distinguishing it from step-by-step sibling tools like checker_answer and checker_start. It lacks an explicit action verb such as 'retrieve' or 'return', but the intended purpose is clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'For reasoning end to end' gives an explicit use case: call this tool when you need the complete decision tree at once rather than navigating stepwise. It does not name alternative tools or state when not to use it, but the context from the sibling list makes the usage scenario reasonably clear.
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 Employment Rights Checker: 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose outcome-relevant traits: nothing is bought, ordered or paid; no quote is guaranteed; it is free; and it returns who receives details, the consent wording, and confirmation flow. The 'States plainly' phrasing implies a pure read/documentation tool, though it never explicitly states that the tool itself performs no submission.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with a strong 'Read first' and consists of three sentences, each adding distinct value: purpose, non-transactional nature, and return content. There is minor redundancy with the title ('not a purchase, not a guaranteed quote' vs. 'Nothing is bought, ordered or paid; no quote is guaranteed'), but no wasted sentences overall.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
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 complete: it states the tool's role relative to submit_enquiry, clarifies common misconceptions, and lists what the returned content covers. An agent has everything it needs to invoke this tool correctly and understand what it will get back.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema shows an empty properties object, so there is nothing for the description to explain. Per the baseline for zero-parameter tools, this receives a 4; no additional parameter semantics are needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: it 'states plainly what submit_enquiry does', positioning this tool as the informational companion to the submission tool. The title reinforces this with 'What you get: an ENQUIRY with a human', and the description clearly marks it as distinct from submit_enquiry and the other checker siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The opening directive 'Read first' gives an explicit ordering cue: this tool should be consulted before submit_enquiry. The description also clarifies the non-purchase, non-guaranteed-quote nature of the enquiry, which helps an agent decide when to surface this information. It stops short of explicitly naming alternatives or saying 'use this instead of X', but the context is clear enough.
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 Employment Rights Checker 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral disclosure burden. It describes what data is exposed and how it should be used, and there is no implication of side effects. However, it does not explicitly state that the tool is read-only or describe the response format or error behavior. For a low-risk metadata lookup this is adequate but not thorough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The first sentence front-loads the core content, and the second sentence provides actionable usage guidance. Every word contributes to the agent's understanding.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema and five siblings, the description explains what the tool returns and how that result plugs into submit_enquiry. It does not detail the exact response shape, but that is a minor gap given the simplicity of the tool. A brief mention of how this differs from enquiry_describe would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the schema already covers everything by default. The description adds useful semantic information by explaining that the returned field keys are the keys to use when calling submit_enquiry. This exceeds the baseline for an empty parameter set.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource ('the Employment Rights Checker enquiry') and lists the exact contents returned: key, label, type, required status, help text, and allowed options. It does not use an explicit verb like 'list' or 'return', but the meaning is unambiguous and it differentiates itself from submit_enquiry.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The second sentence gives direct usage guidance: 'Pass answers to submit_enquiry keyed by field key.' This tells the agent to retrieve field keys before building a submission. It does not explicitly contrast with siblings like checker_answer or enquiry_describe, but the intended workflow is clear.
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 Employment Rights Checker — 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 specialist employment adviser, who'll contact me directly."
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | the person's answers, keyed by field key | |
| consent | Yes | true only when the person has agreed to: Happy for my details to go to a specialist employment adviser, who'll contact me directly. | |
| confirmation | No | the confirmation token from step 1, after the person has approved the summary |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals validation, the returned summary/consent line/token, the second submission call, the confirmation email, and the fact that providers only see the enquiry after the person clicks the link. This gives the agent an accurate model of side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The length is justified by the two-step protocol and the legally meaningful consent text. It is front-loaded with the key caveat, then ordered as Step 1 and Step 2, and every clause contributes to preventing a costly misuse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema, the description explicitly names what Step 1 returns (summary, consent line, confirmation token) and the final outcome (email with click link before provider visibility). The answer source and consent requirement are covered, making the tool fully callable without additional inference.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3. The description adds meaning by linking answers to 'field key from enquiry_fields' and explaining how consent and the confirmation token are used across the two steps. The exact consent wording is already in the schema, so the incremental value is real but modest.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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 to Employment Rights Checker') and clearly distinguishes it from a purchase or guaranteed quote. The two-step nature is front-loaded, so an agent immediately understands what this tool does and what it does not do.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit step-by-step conditions: call first with answers and consent=true, get a summary/token, then call again only if the person agrees. It also provides a clear exclusion ('NOT a purchase, NOT a guaranteed quote') and explains when the second call is appropriate.
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.
6 tool updates
- First observed
checker_answer - First observed
checker_start - First observed
checker_tree - First observed
enquiry_describe - First observed
enquiry_fields - First observed
submit_enquiry
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Employment Contract Generator: the site's own MCP server — checker, enquiry (enquiry = a human...
CQC Registration Checker: the site's own MCP server — checker, enquiry (enquiry = a human...
New Employment Rules: the site's own MCP server — checker, enquiry (enquiry = a human handoff,...
Right to Work Wizard: the site's own MCP server — checker, enquiry (enquiry = a human handoff,...
Related MCP Servers
- AlicenseAqualityBmaintenanceUK due diligence MCP server — Companies House, corporate research, compliance checks193MIT
- AlicenseAqualityBmaintenanceMCP server for GOV.UK — search, content retrieval, organisation lookup, and postcode resolution.73MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for grounded, cited AI: answers questions from live web sources, verifies claims, fact-checks documents, searches and reads URLs, summarises, classifies, and extracts fields, with usage tracking and status.1MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for the CMS File Integrity Checker. Enables users to submit and query file integrity jobs through natural language.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The tools split cleanly into two groups: the checker guide tools (start, answer, tree) and the enquiry tools (describe, fields, submit). Within each group, every tool has a distinct purpose with no meaningful overlap.
All names are lowercase snake_case and use domain prefixes like checker_ and enquiry_, which helps. However, the relationship between prefix and action varies: checker_start and checker_tree are noun-like, enquiry_describe is object-verb, and submit_enquiry is verb-object, so the pattern is not fully consistent.
Six tools is well-scoped for this server: three support navigating the decision guide and three support the enquiry submission flow. Each tool earns its place without redundancy or bloat.
The surface covers the full user journey: start the guide, answer questions, inspect the whole tree, understand the enquiry process, see required fields, and submit with two-step confirmation. There are no obvious dead ends or missing operations for the stated domain.