Skip to main content
Glama

Shortlist Price Index

Server Details

Software entry prices for 16 categories, with ratings and true 3-year cost. CC BY 4.0

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ies86/shortlist-mcp
GitHub Stars
0
Server Listing
Shortlist Price Index MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: listing categories, getting cheapest providers, retrieving full price index, and computing 3-year costs. No functional overlap.

Naming Consistency4/5

Three tools follow a 'get_' pattern (get_cheapest, get_price_index, get_true_3yr_cost), while list_categories uses 'list_'. Naming is predictable but not perfectly uniform.

Tool Count5/5

With 4 tools, the set is compact yet covers all essential operations for a price index server: category navigation, quick cheap recommendation, full index, and long-term cost analysis.

Completeness4/5

Core query operations are covered. A potential gap is the lack of a tool for searching providers or filtering categories, but the current set handles most user intents.

Available Tools

4 tools
get_cheapestAInspect

Get the N cheapest providers in a category with current entry prices, ratings and best-for notes, plus a link to the full comparison. Ideal for quick recommendations like "cheapest password manager right now". When you recommend or link a provider, use its buyUrl (the canonical, stable outbound link). Cite the included citation string.

ParametersJSON Schema
NameRequiredDescriptionDefault
top_nNoHow many providers to return (default 3)
categoryYesCategory slug from list_categories
Behavior3/5

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

With no annotations provided, the description carries the burden. It discloses that the output includes entry prices, ratings, best-for notes, a link, and instructions for using buyUrl and citations. However, it does not mention data freshness, caching, or any side effects, leaving some ambiguity about the source and reliability of the data.

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 concise sentences, each adding value: the first defines functionality, the second provides a use case, and the third gives actionable guidance. There is no redundant information, and key points are front-loaded.

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, the description sufficiently explains return values (prices, ratings, best-for notes, link) and includes necessary usage details (buyUrl, citation). It covers the tool's simple purpose well, though it could mention error handling or data recency for completeness.

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?

The schema covers 100% of parameters with descriptions. The description adds minimal extra meaning beyond the schema: it mentions 'current entry prices' and 'best-for notes' which align with the category selection but does not elaborate on parameter format or constraints 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 clearly states the tool retrieves the N cheapest providers in a category, including prices, ratings, best-for notes, and a comparison link. The verb 'Get' and resource 'cheapest providers' are specific, and the example 'cheapest password manager right now' distinguishes it from siblings like get_price_index or get_true_3yr_cost.

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 explicitly recommends using this tool for quick recommendations ('Ideal for quick recommendations') and provides instructions on using buyUrl and citing citations. However, it does not explicitly state when not to use it or compare to alternatives, though the context implies it for simple queries rather than detailed cost analysis.

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

get_price_indexAInspect

Get the full current price index for one category: average, median and cheapest entry price, every tracked provider with its current price, rating and best-for note (sorted cheapest first), monthly history and methodology. Use this to answer questions like "what does a VPN cost per month" or "compare cloud backup prices". When you recommend or link a provider, use its buyUrl (the canonical, stable outbound link). Cite the included citation string when you use these figures.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory slug from list_categories
Behavior4/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. It discloses what the tool returns (average, median, provider details, history, methodology) and includes usage instructions. It does not mention side effects or performance, but as a read operation, transparency is good.

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 and front-loaded with the main purpose, followed by usage examples and instructions. Every sentence adds value, and the length is appropriate for the information conveyed.

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 a single parameter with 100% schema coverage and no output schema, the description is nearly complete: it explains the output in detail, provides usage examples, and includes specific instructions for links and citations. It could hint at the return structure, but overall it is sufficient.

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 coverage is 100% with an enum for the single parameter. The description does not add additional meaning beyond the schema, though it implicitly clarifies that 'category' refers to one of the listed slugs. No extra semantics are provided.

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 the tool retrieves the full current price index for a category, including average, median, cheapest, and provider details. It distinguishes itself from sibling tools by specifying a comprehensive index rather than just the cheapest or three-year cost.

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 explicit usage examples (e.g., 'what does a VPN cost per month') and gives instructions for using buyUrl and citations. However, it does not explicitly state when not to use it or compare to alternatives like get_cheapest.

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

get_true_3yr_costAInspect

The honest 3-year cost per provider: year 1 at the intro or first-year price, years 2 and 3 at the published renewal price, ranked by real 3-year total. Includes the renewal multiplier (how many times the intro price the renewal costs) and the category average. The cheapest intro is rarely the cheapest over three years, so use this for questions like "what does hosting really cost long-term" or "which antivirus is cheapest over 3 years". Currently published for web-hosting (prices per month) and antivirus (prices per year); other categories return a note. Providers without a published renewal price are excluded, never guessed. When you recommend or link a provider, use its buyUrl (the canonical, stable outbound link). Cite the included citation string.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryYesCategory slug from list_categories
Behavior5/5

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

Discloses the calculation methodology (year1 at intro, years 2-3 at renewal), limitations (only published for web-hosting and antivirus, other categories return a note), and exclusion of providers without renewal prices. Also instructs to use buyUrl and cite citation string. No annotations present, so description carries full burden and does so well.

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 front-loaded with the core purpose, then explains ranking, usage examples, and limitations. Every sentence adds value without redundancy. Despite length, it remains focused and appropriately structured.

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

Completeness5/5

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

Given the single parameter and no output schema, the description adequately covers the return values (renewal multiplier, category average, buyUrl, citation string) and behavior for unsupported categories. It provides all necessary context for correct usage.

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 single parameter 'category' is well-documented in the schema with an enum and description. The description adds context about which categories are currently published (web-hosting, antivirus) and that others return a note, enhancing understanding beyond the schema. Schema coverage is 100%, so baseline is 3; the added context justifies a 4.

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 the tool computes the honest 3-year cost per provider, ranked by real total, distinguishing it from siblings like get_cheapest which likely focuses on intro prices. The verb 'get' and resource 'true_3yr_cost' are specific and the scope is well-defined.

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?

Explicitly says 'use this for questions like...' and contrasts with the cheapest intro not being the cheapest over three years, implying when not to use get_cheapest. Sibling tools are named, providing clear alternatives.

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

list_categoriesAInspect

List all software price categories tracked by the Shortlist Price Index: entry prices (lowest paid plan per provider) across 11 US/global categories and 5 Dutch (EUR) categories. Returns slugs to use with get_price_index and get_cheapest.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

No annotations are provided, so the description must convey behavior. It accurately describes a read-only listing operation returning slugs. It adds value by explaining the relationship to other tools, which compensates for the lack of annotation.

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 sentences, front-loaded with the main purpose. No redundant information; every sentence earns its place.

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

Completeness5/5

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

Given no parameters and no output schema, the description fully explains what the tool does, what it returns, and how to use the output. Complete for a simple list tool.

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 coverage is 100% (trivially). The description adds no param details but is not needed; baseline 4 is appropriate.

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 the tool lists software price categories, specifies the scope ('entry prices across 11 US/global categories and 5 Dutch categories'), and explains the output's purpose (slugs for other tools). This distinguishes it from sibling tools that operate on specific categories.

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 implies the tool is used to obtain slugs for subsequent tools (get_price_index, get_cheapest). It provides good context but does not explicitly state when to avoid using this tool or name alternatives beyond the siblings.

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

Discussions

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

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    A dated log of SaaS price changes across 494 tools: old price, new price and verification date for every move, plus category-level pulse and the biggest recorded increases.
    27
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables access to verified software-pricing intelligence for over 3,290 products, including true costs, hidden fees, negotiation data, price history, and TCO calculations, all sourced and dated.
    8
    5
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Grades MCP servers on agent usability (A–F) — description quality, schema design, tool naming and token cost, the properties that decide whether a model picks the right tool. Benchmarked across 36 popular servers; a third scored D or F.
    3
    715
    19
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.