Skip to main content
Glama

Server Details

Buying advice for the French market: which appliance or electronics to buy, with live prices.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL
Repository
KilianPA/pryx-mcp
GitHub Stars
0

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct roles: pryx_categories lists the available domains, while pryx_advice returns questions or a verdict within one category. The descriptions explicitly tell the agent which to call first, so misselection is essentially impossible.

Naming Consistency5/5

Both names use the same pryx_ prefix and snake_case, and both are noun-oriented (categories, advice), forming a predictable namespace. There is no mixing of conventions.

Tool Count3/5

Two tools is thin, but the service is a narrow read-only advisor, and the category-listing plus advice pattern does cover the workflow. Still, the surface feels minimal for anything beyond a single-category verdict.

Completeness4/5

For a read-only buying-advice service, the surface is largely complete: category discovery, question retrieval, and verdict generation are all reachable through one tool. Minor gaps exist (no way to browse products or categories' metadata beyond names), but agents can work around them.

Available Tools

2 tools
pryx_advicePryx — Guided buying adviceA
Read-only
Inspect

Returns the Pryx verdict (which product to buy) for one category, once the category's questions are answered. Call it WITHOUT answers to get the questions to ask the user, then call it again with the budget and the answers. Read-only. Product names, verdicts and explanations are in French (French market). When nothing separates the finalists, the response says so (tied: true) and elects no winner: do not present any product as the winner in that case.

ParametersJSON Schema
NameRequiredDescriptionDefault
budgetNoTarget budget in euros
answersNoAnswers as "questionId:value~questionId:value", ids come from the call without answers
categoryYesCategory slug from pryx_categories (e.g. "four")

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare read-only and closed-world, so the safety profile is covered; the description goes well beyond it by disclosing the two-call protocol, that output is in French for the French market, and the tie semantics (tied: true, no winner elected) with an explicit instruction not to present a winner. That is behavioral context the structured fields do not carry.

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?

Three dense sentences, front-loaded with the tool's output, then the invocation protocol, then the caveat. No filler, and the critical tied-behavior warning is stated last where it will be read before acting on a result.

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?

With no output schema, the description must carry return-value semantics, and it does: verdict, French product names/explanations, and the tied case. Combined with 100% schema coverage on inputs, an agent has everything needed to invoke and interpret 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 budget and answers formats are already documented in the schema. The description only restates that the second call takes budget and answers, adding no format or constraint detail beyond the schema; baseline 3 applies.

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 and resource (returns the Pryx verdict / which product to buy) scoped to one category, and ties itself to the sibling by naming pryx_categories as the source of the category slug. An agent can distinguish it from the category-listing sibling without opening either schema.

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?

Gives an explicit two-phase protocol: call without answers to obtain the questions, then call again with budget and answers. It also states the precondition (questions must be answered before a verdict exists) and instructs what to do when the response is tied, which is when-not guidance an agent could not infer.

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

pryx_categoriesPryx — Product categoriesA
Read-only
Inspect

Lists the product categories Pryx can give buying advice on (French market). Call this FIRST: Pryx advice is always given for a named category, never for a free-text query.

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?

Annotations already declare readOnlyHint=true and openWorldHint=false, so safety and locality are covered. The description usefully adds that the category set is bounded to the French market, but says nothing about the shape of the returned list (names, IDs, count) or ordering.

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, zero filler. The what-it-lists statement comes first and the caller instruction is front-loaded in second position, which is the right priority for a prerequisite tool.

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 enumeration tool with no output schema, the description supplies the domain (French market), the prerequisite role, and the constraint that advice needs a named category. Only the return-value format is unspecified, a minor gap for this simple listing endpoint.

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 takes zero parameters, so the baseline is 4; there is no parameter semantics to add. The description correctly implies a no-argument, enumerate-everything call, consistent with the empty input schema.

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 (Lists) and resource (product categories) plus the scope constraint (Pryx buying advice, French market). An agent can distinguish this enumeration endpoint from the sibling pryx_advice tool without opening either schema.

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?

"Call this FIRST" gives an explicit ordering rule, and the second clause explains why (advice requires a named category, never free text), which effectively routes the agent away from passing raw queries. It stops short of naming pryx_advice as the follow-up call, so it is clear but not fully explicit about the alternative.

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. 2 tool updates
    • First observedpryx_advice
    • First observedpryx_categories

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude to search and analyze product listings from multiple French marketplaces, evaluating price, delivery, and distance to a reference point to find the best value.
    -
  • F
    license
    Not graded
    quality
    B
    maintenance
    Scrapes Amazon France to provide Claude with product search, details, and price tracking with history.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    What ChatGPT, Claude, Gemini & Grok agree is the best product, tool, or service for any "best X for Y" need — continuously re-polled rankings with a dated verdict and a public poll audit trail. Excludes medical, financial, and legal advice.
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.