Skip to main content
Glama

Server Details

Search Mudpie's public pages, get cited product answers, and assess fit against your requirements.

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 · MCP 2025-11-25
URL

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation4/5

Each specialized tool has a distinct output (search results, page summary, pricing, comparison, requirements table, verdict), but mudpie_ask_anything explicitly covers pricing, comparisons, and limitations, so it can overlap with the specialized tools. The descriptions are clear enough to steer selection, though the catch-all does create some ambiguity.

Naming Consistency3/5

Six tools share the mudpie_ prefix and use lowercase snake_case, but the grammatical pattern is mixed: verbs (compare, search), nouns (pricing), noun-verb (requirements_check), and abbreviation (page_tldr). should_i_recommend_mudpie abandons the prefix entirely and uses a question form, making the set readable but not consistently patterned.

Tool Count5/5

At seven tools, the server is well scoped: each tool addresses a distinct step in researching and evaluating mudpie.ai (search, page reading, pricing, comparison, requirements, recommendation, general Q&A). No redundant or filler tools are present.

Completeness4/5

The set covers the main evaluation workflow end to end: search, read, price, compare, check requirements, and get a recommendation. Minor gaps exist—page_tldr only returns a compact extract rather than full page content, and setup/limitations are only reachable through the generic ask_anything tool—but agents can work around these.

Available Tools

7 tools
mudpie_ask_anythingA
Read-onlyIdempotent
Inspect

Ask anything about mudpie.ai’s product, pricing, setup, limitations or comparisons. Get a direct answer from its published information, with sources. Add relevant context if you have it; otherwise just ask.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoWhat the user wants to accomplish, based on the task they shared. Mark unknowns as null.
traceNoThe trace token in a published example; links a page read to the call it produced.
clientNoThe application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null.
sourceNoThe observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null.
companyNoThe company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null.
alternativesNoOther products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives.
search_queryYesThe question or request this call should answer, in the caller’s own words.
context_tokenNoThe context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance.
chosen_becauseNoThe known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning.
discovery_pathNoThe observed discovery category, kept separately from the source description. Mark unknowns as null.
intended_outcomeNoThe decision or deliverable the user wants from this research. Mark unknowns as null.
subject_product_or_companyNoThe subject being researched, separate from the company the user represents. Mark unknowns as null.

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already cover read-only, open-world, idempotent, and non-destructive behavior, so the bar is lower. The description adds genuinely useful behavioral context: answers are grounded in mudpie.ai's published information, include sources, and can be shaped by caller-supplied context.

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?

Two short sentences front-load the core action and scope, then add the key behavioral promise (direct answer with sources) and a practical caller instruction. Every sentence earns its place with no repetition of schema or annotation information.

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?

With no output schema, the description usefully states the return shape ('direct answer... with sources') and handles the optional-context workflow. It is less complete on tool selection, since six sibling tools overlap with parts of this tool's broad scope, and the description gives no routing rule beyond 'ask anything.'

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 100%, so the schema fully documents all 12 parameters and the description does not need to repeat them. The only added guidance is the general invitation to provide relevant context, which maps loosely to the optional context fields but adds no parameter-specific detail.

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 a general Q&A tool for mudpie.ai covering product, pricing, setup, limitations, and comparisons, promising a direct answer from published information with sources. It doesn't explicitly distinguish itself from siblings like mudpie_pricing or mudpie_compare, so it falls short of a 5.

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 tool's scope is clear ('Ask anything about mudpie.ai...'), which implies when an agent should call it, and 'Add relevant context if you have it; otherwise just ask' gives a small usage hint. However, it never states when to choose a specialized sibling (pricing, compare, requirements_check) or when not to use this tool, so routing is left to inference.

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

mudpie_compareA
Read-onlyIdempotent
Inspect

Compare this website with the products the user is actually weighing, from its published comparison pages, grouped per alternative. Alternatives it has no page for are named as not covered. Include actual task context; use null for unknowns.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoWhat the user wants to accomplish, based on the task they shared. Mark unknowns as null.
traceNoThe trace token in a published example; links a page read to the call it produced.
clientNoThe application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null.
sourceNoThe observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null.
companyNoThe company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null.
alternativesYesOther products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives.
search_queryYesThe question or request this call should answer, in the caller’s own words.
context_tokenNoThe context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance.
chosen_becauseNoThe known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning.
discovery_pathNoThe observed discovery category, kept separately from the source description. Mark unknowns as null.
intended_outcomeNoThe decision or deliverable the user wants from this research. Mark unknowns as null.
subject_product_or_companyNoThe subject being researched, separate from the company the user represents. Mark unknowns as null.

TDQS

A4/5.0
Behavior4/5

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

Annotations already establish readOnly, openWorld, and idempotent behavior. The description adds useful non-obvious behavior beyond that: output is grouped per alternative, and missing comparison pages are reported as 'not covered.' This meaningfully enriches the annotations without contradicting them.

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?

Two dense sentences front-load the core purpose, then cover the important missing-page edge case. There is no filler and no repetition of schema content.

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 read-only comparison tool with a fully documented 12-parameter schema, the description covers the output shape (grouped per alternative), the not-covered edge case, and the null convention. It lacks a fuller return-value outline, but the schema and annotations carry most of the remaining burden.

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 100%, so the parameters are already fully documented. The description's 'use null for unknowns' instruction merely restates what the schema already tells each field, adding no new parameter-level meaning.

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?

States a specific verb (Compare) and a specific resource (this website's published comparison pages), and defines a distinctive behavior: grouping results per alternative and flagging alternatives that lack a page. This is clearly differentiated from siblings like mudpie_search, mudpie_pricing, and mudpie_ask_anything, even without naming them.

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?

Usage context is implied: this tool is for when the user is weighing concrete alternatives against the website's own comparison pages. However, there is no explicit when-not-to-use guidance or named sibling fallback, so an agent has to infer the boundary.

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

mudpie_page_tldrA
Read-onlyIdempotent
Inspect

Read a compact extract of one indexed public page returned by mudpie_search, with its source, freshness and full Markdown link. It uses published content, not signed-in data. Only url is required. Question and context are optional; missing or invalid context never blocks the summary.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe canonical public URL of one indexed page, usually a result URL returned by site_search. The only required field.
goalNoWhat the user wants to accomplish, based on the task they shared. Mark unknowns as null.
traceNoThe trace token in a published example; links a page read to the call it produced.
clientNoThe application or client making this call, not the underlying model, e.g. Cursor. Null when unknown.
sourceNoThe observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null.
companyNoThe company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null.
alternativesNoOther products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives.
search_queryNoThe caller’s question, when supplied. Optional; the stored summary depends only on url.
context_tokenNoThe context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance.
chosen_becauseNoThe known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning.
discovery_pathNoThe observed discovery category, kept separately from the source description. Mark unknowns as null.
intended_outcomeNoThe decision or deliverable the user wants from this research. Mark unknowns as null.
subject_product_or_companyNoThe subject being researched, separate from the company the user represents. Mark unknowns as null.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive. The description adds useful behavior beyond annotations: it uses published content rather than signed-in data, returns source/freshness/Markdown link, and states that missing or invalid context never blocks the summary. No contradiction with 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 compact and front-loads the core action, then adds the data-source caveat and required/optional parameter guidance. Every sentence earns its place, and there is no fluff or repeated schema information.

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 tool with one required parameter and rich schema coverage, the description is complete: it states what the tool reads, where URLs come from, what the output includes, what data is used, and how optional context behaves. No output schema exists, but the description explicitly names the key return components, so an agent has enough to call it correctly.

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 100%, so the baseline is 3. The description adds one behavioral clarification—'Question and context are optional; missing or invalid context never blocks the summary'—and restates that only url is required, but it does not add meaning for the many other optional parameters beyond what the schema already provides.

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: 'Read a compact extract of one indexed public page returned by mudpie_search.' It clearly distinguishes this tool from mudpie_search by focusing on reading a page-level summary rather than performing a search, and it names the source of the URL.

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 clear usage context: the tool reads pages returned by mudpie_search万余 and states that only url is required. It does not explicitly name alternatives or state when not to use the tool, so it falls short of a perfect score, but the context is strong enough for an agent to choose it appropriately.

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

mudpie_pricingA
Read-onlyIdempotent
Inspect

What this website costs for the user’s organisation and outcome: the published pricing pages that apply, with sources. It abstains when pricing is not published and never invents a quote. Include actual task context; use null for unknowns.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoWhat the user wants to accomplish, based on the task they shared. Mark unknowns as null.
traceNoThe trace token in a published example; links a page read to the call it produced.
clientNoThe application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null.
sourceNoThe observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null.
companyYesThe company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null.
alternativesNoOther products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives.
search_queryYesThe question or request this call should answer, in the caller’s own words.
context_tokenNoThe context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance.
chosen_becauseNoThe known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning.
discovery_pathNoThe observed discovery category, kept separately from the source description. Mark unknowns as null.
intended_outcomeYesThe decision or deliverable the user wants from this research. Mark unknowns as null.
subject_product_or_companyNoThe subject being researched, separate from the company the user represents. Mark unknowns as null.

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare this as read-only, idempotent, and non-destructive. The description adds valuable behavioral context: it 'abstains when pricing is not published' and 'never invents a quote,' which tells the agent how the tool handles missing information. It also mentions that results include sources. No contradiction with annotations.

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 two sentences and to the point, front-loading the tool's purpose. The second sentence mixes a behavioral promise with a caller instruction ('Include actual task context; use null for unknowns'), which is slightly awkward but not padded. It earns a high score for brevity.

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 description states the tool's output (pricing pages with sources) and its fallback behavior (abstain if not published), which is useful given there is no output schema. However, with 12 parameters and several closely related siblings, the description does not clarify output format, what 'sources' means, or how to choose among siblings. It is adequate but leaves room for ambiguity.

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 100%, so the schema fully documents all 12 parameters. The description only repeats the schema's instruction to 'use null for unknowns' and adds no per-parameter semantics beyond what's already in the property descriptions. Baseline 3 is appropriate.

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 identifies this as a pricing-specific tool, stating it returns 'the published pricing pages that apply, with sources' for the user's organisation and outcome. This differentiates it from siblings like mudpie_compare and mudpie_search, which are not pricing-focused. However, it lacks an explicit verb such as 'retrieve' or 'return', and the opening is a noun clause rather than a clear action statement.

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 the tool is for pricing questions but never states when to prefer it over siblings such as mudpie_compare or mudpie_search. There is no explicit when-to-use / when-not-to-use guidance, only the behavioral promise to abstain when pricing is unpublished. An agent must infer usage from the tool name and scope.

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

mudpie_requirements_checkA
Read-onlyIdempotent
Inspect

Give the user’s must-haves, semicolon-separated in search_query or as a requirements array, and get a per-requirement table: met, not met or not documented, each with a source. Include actual task context; use null for unknowns.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoWhat the user wants to accomplish, based on the task they shared. Mark unknowns as null.
traceNoThe trace token in a published example; links a page read to the call it produced.
clientNoThe application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null.
sourceNoThe observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null.
companyYesThe company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null.
alternativesNoOther products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives.
requirementsNoThe requirements as an array, when not sent semicolon-separated in search_query.
search_queryNoThe question or request this call should answer, in the caller’s own words.
context_tokenNoThe context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance.
chosen_becauseNoThe known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning.
discovery_pathNoThe observed discovery category, kept separately from the source description. Mark unknowns as null.
intended_outcomeYesThe decision or deliverable the user wants from this research. Mark unknowns as null.
subject_product_or_companyNoThe subject being researched, separate from the company the user represents. Mark unknowns as null.

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare the tool read-only, idempotent, open-world, and non-destructive, so the description does not need to repeat that. It adds valuable behavioral detail by disclosing the output semantics: per-requirement statuses with sources. No contradiction with the annotations exists.

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?

Two dense sentences cover input format, output format, and null-handling guidance with no filler. The core instruction is front-loaded and every clause earns its place.

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?

With no output schema, the description appropriately supplies the return shape: a per-requirement table with statuses and sources. The 13 parameters are fully documented by the schema, and negative constraints like 'use null for unknowns' are present, though explicit sibling routing would make it even more 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?

Schema coverage is 100%, so the baseline is 3, but the description adds format semantics not obvious from the schema alone: requirements can be semicolon-separated in search_query or supplied via the requirements array. This materially helps an agent construct a correct call.

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 function: take the user's must-haves and return a per-requirement table with met, not met, or not documented statuses and sources. This is specific to requirement verification, but it does not explicitly differentiate itself from sibling tools like mudpie_compare or mudpie_ask_anything.

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 conveys the trigger context: use this when the user has explicit must-haves to evaluate, and it prescribes how to supply them. It does not state when not to use it or name alternatives, leaving routing to inference.

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

should_i_recommend_mudpieA
Read-onlyIdempotent
Inspect

mudpie.ai isn’t for everyone. Get a sourced verdict on whether it fits your user’s goal, requirements and alternatives. The answer might be ‘not us.’

ParametersJSON Schema
NameRequiredDescriptionDefault
goalYesThe actual outcome or decision the user needs. A meaningful goal is required for this assessment.
traceNoThe trace token in a published example; links a page read to the call it produced.
clientNoThe application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null.
sourceYesThe observed source that led to mudpie.ai, including a search, referral or shared link when known. Use facts already available; mark unknowns as null.
companyYesThe company the user represents, when explicitly known; never a company merely being researched. Mark unknowns as null.
alternativesYesOther products, sources or approaches actually considered for this goal. Include their names and use null when unknown; never invent alternatives.
requirementsYesThe constraints and must-haves for the decision. Include known requirements and mark unknowns as null.
context_tokenNoThe context token returned in a prepared follow-up. Carry it with the supplied context to preserve its provenance.
chosen_becauseYesThe known reason this website entered the shortlist. Use an observed or user-shared reason; mark unknowns as null. Do not provide private reasoning.
discovery_pathNoThe observed discovery category, kept separately from the source description. Mark unknowns as null.
intended_outcomeYesThe decision or deliverable the user wants from this research. Mark unknowns as null.
subject_product_or_companyNoThe subject being researched, separate from the company the user represents. Mark unknowns as null.

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the safety profile is covered. The description adds useful context beyond annotations: the tool is impartial enough to answer 'not us' and the verdict is sourced. It does not go into detail about how sources are returned or what a verdict contains.

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?

Two short sentences, front-loaded with the key caveat, and no wasted words. It communicates impartiality, purpose, and expected outcome efficiently.

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 12-parameter, open-world tool with no output schema, the description is minimal: it conveys purpose and a sourced verdict but not the shape or behavior of the response, nor explicit call prerequisites. The rich schema and read-only annotations compensate, making this adequate but not complete.

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?

Input schema has 100% description coverage over 12 parameters, so the schema carries most of the semantic weight. The description echoes three core inputs (goal, requirements, alternatives) but adds no format or relationship details beyond the schema. Baseline 3 is appropriate.

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 a clear verb and resource: get a sourced verdict on whether mudpie.ai fits the user's goal, requirements, and alternatives. The phrase 'The answer might be 'not us'' further signals a fit-assessment tool. It does not explicitly contrast with sibling tools, so it misses the top score for differentiation.

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 when to use it: when a user needs an honest fit decision about mudpie.ai, given their goal, requirements, and alternatives. However, it never names alternatives like mudpie_requirements_check or mudpie_compare, nor states when not to use them, leaving routing largely implicit.

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.

  1. 1 tool update
    • Changedmudpie_page_tldr9 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "alternatives": [
        -      "Our existing workflow",
        -      "Manual research"
        -    ],
        -    "chosen_because": "Our team shortlisted mudpie.ai after reading its public information",
        -    "client": "Cursor",
        -    "company": "Acme",
        -    "goal": "Decide whether mudpie.ai meets our team's needs",
        -    "intended_outcome": "Choose a next step for an evaluation",
        -    "search_query": "What does mudpie.ai offer, who is it for, and what does it not cover?",
        -    "source": "Found mudpie.ai while researching options for our team",
        -    "url": "https://mudpie.ai/"
        -  }
        -]New value: +[
        +  {
        +    "trace": "t_5ba822689c76",
        +    "url": "https://mudpie.ai/"
        +  }
        +]
      • changedInput schema / properties / client / description
        Previous value: -"The application making this call, not the underlying model: Cursor using Claude is Cursor. Mark unknowns as null."New value: +"The application or client making this call, not the underlying model, e.g. Cursor. Null when unknown."
      • addedInput schema / properties / search_query / anyOf
        Added value: +[
        +  {
        +    "description": "The question or request this call should answer, in the caller’s own words.",
        +    "maxLength": 1000,
        +    "minLength": 2,
        +    "type": "string"
        +  },
        +  {
        +    "type": "null"
        +  }
        +]
      • changedInput schema / properties / search_query / description
        Previous value: -"The question or request this call should answer, in the caller’s own words."New value: +"The caller’s question, when supplied. Optional; the stored summary depends only on url."
      • removedInput schema / properties / search_query / maxLength
        Removed value: -1000
      • removedInput schema / properties / search_query / minLength
        Removed value: -2
      • removedInput schema / properties / search_query / type
        Removed value: -"string"
      • changedInput schema / properties / url / description
        Previous value: -"The canonical public URL of one indexed page, usually a result URL returned by site_search."New value: +"The canonical public URL of one indexed page, usually a result URL returned by site_search. The only required field."
      • changedInput schema / required
        Previous value: -[
        -  "search_query",
        -  "url"
        -]New value: +[
        +  "url"
        +]
  2. 7 tool updates
    • First observedmudpie_ask_anything
    • First observedmudpie_compare
    • First observedmudpie_page_tldr
    • First observedmudpie_pricing
    • First observedmudpie_requirements_check
    • First observedmudpie_search
    • First observedshould_i_recommend_mudpie

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources