Skip to main content
Glama

Saaskly

Server Details

Know what business software really costs before you buy it. Independent reviews of the tools UK businesses run on: phone systems, email, cloud, SEO, social media, content creation, domain names and VPNs. Both prices shown, every score explained, and a clear label on which products we use ourselves.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

8 tools
compare_providersCompare providersB
Read-onlyIdempotent
Inspect

Side-by-side comparison table (Markdown) for a category, optionally limited to given provider slugs.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugsNoLimit to these provider slugs; omit for the whole category
categoryYes

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered by metadata. The description adds the behavioral detail that the output is a Markdown comparison table, which is useful but not extensive.

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 entire description is one sentence that front-loads the output type and format before the scope and filter. Every word adds information, with no redundancy or filler.

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 2-parameter tool with annotations and no output schema, the description conveys the essential call context: the output is a Markdown comparison table scoped to a category and optionally to specific slugs. It does not specify table columns or behavior for missing slugs, but these are minor for a simple read-only comparison.

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 only 50%: slugs has a schema description, but category does not. The tool description merely restates the parameter names ('for a category', 'limited to given provider slugs') and does not explain the category values or add meaning beyond the schema.

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 a clear resource and action: generating a side-by-side comparison table (in Markdown) for providers within a category, with optional slug filtering. It is specific enough to distinguish from get_provider (single provider) or list_providers (plain list), though it does not explicitly name those alternatives.

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?

No explicit guidance exists about when to choose this tool over list_providers, get_provider, or search. The intended use (for a category, optionally filtered by slugs) is only implied by the description.

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

get_articleGet articleC
Read-onlyIdempotent
Inspect

One article as Markdown (section = comparisons | guides | reviews | news | opinion).

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
sectionYes

TDQS

C2/5.0
Behavior1/5

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

The description adds no behavioral details beyond the annotations. It does not mention potential errors, return format specifics, or any side effects, relying entirely on the minimal annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise with a single sentence, which is good, but it omits essential information, making it under-specified rather than appropriately succinct.

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 simple nature of the tool, the description still lacks sufficient context to distinguish it from sibling tools and to understand the expected input/output relationships. It does not mention the article format details beyond 'Markdown' or how the section and slug uniquely identify an article.

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?

The description repeats the enum values for `section` but does not explain the `slug` parameter or how the two parameters interact. The schema itself has no parameter descriptions, so the tool description provides only partial semantic coverage.

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 states that the tool returns 'one article as Markdown' and lists the valid sections, but it lacks a clear verb or explicit statement that it retrieves an article by slug and section. The noun-phrase style leaves some ambiguity about the action.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

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

No guidance is provided on when to use this tool versus siblings like get_page, list_articles, or get_provider. The description does not mention alternative tools or selection criteria.

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

get_pageGet policy pageA
Read-onlyIdempotent
Inspect

A policy/about page as Markdown: editorial-policy (scoring method), ai-transparency, about, advertise, terms, privacy-policy, cookie-policy, contact.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the description does not need to restate safety. It adds useful behavioral context by specifying that the content is returned as Markdown and by giving the concrete set of available pages. This goes beyond what the annotations and schema alone convey.

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, compact sentence with no filler. The purpose is front-loaded and the list of valid slugs is integrated directly, making the whole definition easy to scan and act on.

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 read-only tool with one parameter, the description provides enough information to invoke it correctly: the valid slugs and the Markdown return format. Annotations cover safety and idempotence, and there is no output schema requiring return-value explanation. Nothing essential is missing.

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 only says slug is a string with minLength 1, providing no semantics. The description compensates by listing the valid slug values, which is the critical missing information for calling the tool correctly. It does not explicitly say 'slug must be one of these', but the mapping is strongly implied.

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 the tool as retrieving a policy/about page and specifies the return format as Markdown. It enumerates the exact page slugs available, which makes the resource concrete. It does not explicitly contrast itself with siblings like get_article or get_provider, but the domain is clear enough.

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 by listing the available policy and about pages, which tells an agent when to pick this tool. However, it does not explicitly state when to use this instead of get_article, get_provider, or search, nor does it give exclusion criteria. The guidance is present only by inference from the listed slugs.

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

get_providerGet provider reviewA
Read-onlyIdempotent
Inspect

Full review of one provider as Markdown: verdict, pros/cons, month-to-month and annual pricing, spec sheet, disclosure.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesProvider slug from list_providers
categoryYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds valuable behavioral detail by specifying the Markdown output format and the review sections included. 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 one tightly packed sentence with no filler. It front-loads the main purpose and then enumerates the review contents efficiently.

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 covers the return format and major content sections. The two required parameters are simple and mostly covered by the schema. It could mention what happens for an invalid slug, but that is minor for this low-complexity tool.

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 only 50%; slug has a schema description but category is only documented via its enum values. The description does not explain how category and slug relate or why both are required, but the schema is fairly self-explanatory and the description adds minimal parameter context.

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 states a specific action and resource: a full Markdown review of one provider, listing exact contents. It also implicitly differentiates from sibling tools like list_providers and compare_providers by focusing on a single provider's full review.

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 this tool is for reviewing one provider, but it does not explicitly say when to use it instead of compare_providers or list_providers. There is no when-not-to-use guidance or mention of alternatives.

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

list_articlesList articlesA
Read-onlyIdempotent
Inspect

Published comparison articles and buying guides, optionally filtered by category.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNo

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is well covered. The description adds that only published content appears and that category filtering is possible, but it does not mention pagination, ordering, or response shape. This is adequate but not rich.

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 9-word sentence that front-loads the verb and resource. Every word contributes meaning, with no redundant filler or restatement of the tool name.

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 simple read-only listing operation with one optional enum parameter and strong annotations, the description covers the essential scope and filtering behavior. The main gaps are the absence of a stated output format and no explicit routing guidance relative to search or get_article, but these are minor for successful 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?

With 0% schema description coverage, the description compensates by explaining that the sole parameter, category, filters the returned articles. The enum values are self-descriptive, and 'optionally' conveys that omitting the parameter returns the full list. This is sufficient for the single optional parameter.

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 uses a specific verb ('list') and identifies the resource ('published comparison articles and buying guides') with an optional category filter. This clearly distinguishes it from singular get_article and resource-specific siblings like list_providers.

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 its main use case—listing published articles with optional category filtering—but gives no explicit guidance about when to use this tool versus search or get_article. An agent must infer the appropriate choice from sibling names rather than from stated instructions.

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

list_categoriesList categoriesA
Read-onlyIdempotent
Inspect

List the software categories Saaskly covers, with slugs and how many providers are ranked in each.

ParametersJSON Schema
NameRequiredDescriptionDefault
includeEmptyNoInclude categories that are still in testing (no ranked providers). Default true.

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds the return content (slugs and counts) but does not mention pagination, ordering, or other behavioral details, which is acceptable given the simplicity and annotation coverage.

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, front-loaded sentence that conveys all necessary information without redundancy. It is efficient and well-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?

For a simple read-only tool with one parameter and no output schema, the description is complete. It specifies what is returned and the parameter is covered by the schema, so an agent has all the information needed to invoke 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 single parameter includeEmpty is fully documented in the schema. The description does not add extra semantic value beyond the schema, which aligns with the baseline of 3 for high schema coverage.

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 ('List'), a clear resource ('software categories'), and the exact output content (slugs and provider counts). This makes it unambiguous and distinguishable from sibling tools like list_providers and list_articles, even without explicit comparison.

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 retrieving categories with their slugs and counts, so an agent can infer when to call it. However, it does not explicitly state when to prefer this over alternatives or mention any exclusions, leaving some inference to the agent.

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

list_providersList ranked providersB
Read-onlyIdempotent
Inspect

Ranked providers in a category with editorial score (0–5), one-line summary, entry price and partner disclosure.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryYesCategory slug

TDQS

B3.4/5.0
Behavior4/5

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

The annotations declare readOnly, idempotent, and non-destructive behavior, and the description does not contradict that. It adds useful context about the response contents (editorial score, summary, price, disclosure), which enriches the behavioral picture without conflicting 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 a single, tightly written sentence with no redundancy or extraneous information. Every word contributes to explaining the tool's output.

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?

The description provides a fairly complete picture of what the tool returns (ranked providers with specific fields) despite the absence of an output schema. It does not explain ranking methodology or the effect of 'limit', but the core context is present.

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 coverage is only 50% (only 'category' is described; 'limit' is not). The description does not add any meaning for 'limit' either, failing to compensate for the schema gap. Parameter semantics are therefore incomplete.

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 lists ranked providers for a category, with specific attributes (editorial score, summary, price, disclosure). The verb 'List' and resource 'ranked providers' are specific. It does not explicitly contrast with sibling tools like compare_providers or search, but the name and scope make the purpose distinct enough.

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?

No explicit guidance is given about when to use this tool versus search or compare_providers. The description implies its use for ranked lists, but it never states scenarios, exclusions, or conditions. This leaves the agent without clear usage direction.

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. 8 tool updates
    • First observedcompare_providers
    • First observedget_article
    • First observedget_page
    • First observedget_provider
    • First observedlist_articles
    • First observedlist_categories
    • First observedlist_providers
    • First observedsearch

Frequently Asked Questions

Discussions

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: listing categories, providers, articles, getting specific items, comparing providers, and searching. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb-noun pattern (compare_providers, get_article, list_categories, search), with clear and predictable naming.

Tool Count5/5

8 tools is well within the ideal range for a focused content and comparison site, covering browsing, retrieval, comparison, and search without unnecessary bloat.

Completeness4/5

The set covers the core user journey: discover categories, list and compare providers, read articles, and search. Missing write/update operations, but those are not expected for a public information site, so the coverage is appropriate.

Resources