Skip to main content
Glama

Server Details

Employment Contract Generator: the site's own MCP server — checker, enquiry (enquiry = a human...

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
Behavior3/5

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

No annotations are provided, so the description carries the burden. It clarifies that the tool both returns the next question and may give a final verdict, which is useful, but it does not disclose side effects (e.g., whether state is mutated or if this checks an answer in a backend system). The safety profile is unknown, and the description adds partial behavioral insight.

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 one concise sentence that front-loads the input (question id and choice) and the output (next question or final verdict). It contains no fluff and every word contributes meaning.

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?

The tool has no output schema, so the description must indicate return shape. It does say 'return the next question or the final verdict', which hints at the response, but it does not explain edge cases (e.g., invalid question id, out-of-range choice, or when exactly a final verdict occurs). Given the simplicity of a two-parameter tool, it is minimally complete but has gaps in return-value details.

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?

Schema description coverage is 0%, so the description must compensate. It explains that 'choice' is the index of the selected option, which adds meaning beyond the bare schema, but it does not clarify the format of 'question' (e.g., is it an ID string, a question text?) nor the exact range/meaning of 'choice' beyond minimum 0. With two required parameters and zero schema descriptions, this is a notable gap.

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 action ('answer a question... return the next question or the final verdict') on a clear resource (question/choice pair), which differentiates it somewhat from typical list/start tools. It does not explicitly name sibling alternatives, so it does not fully distinguish from checker_start or checker_tree, but the core 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.

Usage Guidelines3/5

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

The description implies usage for progressing through a quiz or decision tree, but does not explicitly state when to use this tool versus checker_start or checker_tree. It gives the essential context (choose an option by its choice index) but lacks exclusionary guidance or alternatives.

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

checker_startStart: Which contract document does this hire need?CInspect

The first question of the Which contract document does this hire need? decision guide.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

C2.9/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 of explaining behavior. It only states that this is the first question, but does not disclose what invoking the tool returns, whether it changes any state, or how the question is presented. This is insufficient for a tool that is part of an interactive decision guide.

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 with no wasted words. It front-loads the key fact that this is the first question of the guide. For a tool with no parameters, this level of conciseness is appropriate.

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?

Given the zero-parameter schema and no output schema, the description is thin on operational context. It does not explain what happens after starting, how the decision guide progresses, or how the sibling tools relate. An agent would need to guess the follow-up actions, making the description incomplete for effective invocation.

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 input schema has zero parameters, so the baseline is 4. The description reinforces that the tool is a starting point requiring no input, which is consistent with the empty schema. No parameter clarification is needed, and the description adds appropriate minimal context.

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 decision guide, which indicates it is the entry point. However, it lacks a concrete verb describing what the tool actually does (e.g., 'starts' or 'displays'), making the purpose somewhat vague. It is not a pure tautology, but it mostly paraphrases the title without adding operational clarity.

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 description implies the tool should be used first, but it gives no explicit guidance on when to use it versus the sibling tools like checker_answer or checker_tree. There is no mention of the overall flow or that later steps involve answering questions. An agent is left to infer usage from the title and sibling names.

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 Which contract document does this hire need? guide, for reasoning end to end.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It does disclose that the tool returns the entire decision tree rather than a single step, which is useful behavioral information. However, it does not mention output format, whether the tree is static, or any other behavioral details such as size or structure.

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, efficient sentence that immediately states the tool's contents and purpose. Every word contributes meaning, and the phrase 'every question, option and verdict' is specific without being verbose.

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, the description adequately communicates what the agent will receive. It could mention the response format or how the tree relates to the sibling step-by-step tools, but the core purpose and content are clear enough for correct invocation.

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 description coverage is 100%, so there is nothing for the description to add. The description correctly focuses on what the tool returns rather than parameter behavior, meeting the baseline for a parameterless tool.

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 clearly identifies the resource as the complete decision tree for the 'Which contract document does this hire need?' guide, listing its contents: questions, options, and verdicts. This distinguishes it from siblings like checker_answer and checker_start, which appear to handle individual steps rather than the whole tree.

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 phrase 'for reasoning end to end' provides clear context that this tool is intended for viewing or reasoning through the full decision flow in one call. It implies the tool replaces step-by-step traversal, though it does not explicitly name exclusions or direct the agent to checker_start/checker_answer for interactive use.

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 Contract Generator: 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

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it states that nothing is bought, ordered, or paid, that no quote is guaranteed, and that the process is free. It also discloses what the tool returns: recipient details, consent wording, and confirmation method.

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 and front-loaded with the most important guidance: 'Read first.' Every sentence adds value, covering what the tool explains, what it does not mean, and what content it returns, with no redundancy.

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?

For a documentation-style tool with no parameters and no output schema, this description is complete. It explains the tool's role, clarifies the non-transactional nature, and states exactly what information the returned description will contain.

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 input schema is empty, so there are no parameters to document. The description adds no parameter detail, but none is needed; the baseline of 4 applies for zero-parameter tools.

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 clearly states that this tool explains what submit_enquiry does on Employment Contract Generator, including starting an enquiry with human providers who quote directly. It also lists what the description returns, making the tool's purpose distinct from the action-oriented submit_enquiry sibling.

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 opening phrase 'Read first' explicitly signals that this tool should be consulted before using submit_enquiry. It gives clear context for when to use the tool, though it does not explicitly name alternative tools or state when not to use it.

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 Contract Generator 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

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden of explaining behavior. It transparently discloses what the tool returns: every field with its key, label, type, required status, help text, and allowed options. It does not mention side effects or read-only status, but the content description makes its read-only nature clear enough.

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 concise, front-loaded with the tool's purpose, and every sentence earns its place. The first sentence details the return content, and the second provides actionable guidance on connecting to submit_enquiry.

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?

For a simple, parameterless tool, the description is complete: it specifies exactly what data will be returned and how to use it with submit_enquiry. No output schema exists, so the description's enumeration of field attributes adequately covers return values.

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, so the baseline is 4. The description appropriately adds no parameter information since none is needed, and the schema already confirms no inputs.

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 clearly identifies the tool as providing every field of the Employment Contract Generator enquiry, listing the specific attributes (key, label, type, required, help text, allowed options). This distinguishes it from siblings like submit_enquiry by framing it as the metadata source for the enquiry's fields.

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 provides clear context for when to use the tool: to discover the fields and their keys before submitting answers. It explicitly guides the agent to use submit_enquiry with answers keyed by field key, though it does not explicitly mention alternatives or when not to use this tool.

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 Contract Generator — 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 employment solicitors and HR consultancies, 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 employment solicitors and HR consultancies, who'll contact me directly.
confirmationNothe confirmation token from step 1, after the person has approved the summary

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and succeeds. It discloses the stateful two-step process, validation behavior, the returned summary/consent/token, the requirement to reuse the token, and the email-link prerequisite before providers see the enquiry. It even includes the exact consent wording.

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 long, but the length is justified by the two-step stateful process. It is front-loaded with the core purpose and the 'not a purchase' warning, then follows a clear Step 1/Step 2 structure. The consent text is somewhat redundant with the schema, but it is a critical legal/consent detail.

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?

Given no output schema and no annotations, the description covers the essential workflow, state transitions, user consent handling, and the email-link condition well. It does not describe validation error behavior or what happens if consent=false, but for a two-step submission tool the provided context is largely sufficient.

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 coverage is 100%, so the baseline is 3, but the description adds meaningful workflow semantics beyond the schema: answers are keyed by field keys from enquiry_fields, consent must be true only after the person agrees to the stated text, and the confirmation token is created in step 1 and reused in step 2.

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 opens with a specific verb and resource: 'Submits an enquiry to Employment Contract Generator' and immediately disambiguates with 'NOT a purchase, NOT a guaranteed quote.' The title adds 'to human providers (two steps; not a purchase),' and the two-step workflow clearly distinguishes this from sibling enquiry/checker 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 instructions: Step 1 call with answers and consent=true, show the summary and consent line; Step 2 call again only if the person agrees, including the confirmation token. It also references the sibling tool enquiry_fields for answer keying, providing useful routing context, though it does not enumerate exclusions for every sibling.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

The tools split cleanly into two workflows: the interactive checker (start, answer, tree) and the enquiry form (describe, fields, submit). Within each group, every tool has a distinct role, and the tree tool is clearly framed as the full end-to-end view rather than a step-by-step interaction.

Naming Consistency4/5

Most tools follow a clear domain prefix pattern: checker_* and enquiry_*, with lowercase snake_case names. submit_enquiry breaks the prefix convention slightly, but it is still a plain verb_noun name and easily understood, so the overall pattern remains predictable.

Tool Count5/5

Six tools is well-scoped for a site with two core features: a decision guide and a contact/enquiry flow. Each tool covers a necessary step without redundancy or bloat.

Completeness5/5

The checker workflow is complete with start, step-by-step navigation, and the full tree for end-to-end reasoning. The enquiry workflow is also complete with an overview, field schema, and a two-step consent-aware submission process, leaving no obvious dead ends.

Resources