Skip to main content
Glama

get_pricing

MyDataPass pricing for the offboarding export and the compliance API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

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 full burden. It does not explicitly state that this is a read-only or non-destructive operation, though the name 'get_pricing' strongly implies it. The description also doesn't hint at any rate limits, response formats, or potential errors. However, for a simple pricing lookup, the behavioral surface is minimal.

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, well-structured sentence that immediately states the tool's purpose. No unnecessary words; every word adds value.

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 that the tool has zero parameters and no output schema, the description is nearly complete. It identifies the product areas (offboarding export and compliance API) that pricing covers, which is the main information an agent needs to decide to invoke it. A minor gap is the lack of an explicit statement about what the response looks like, but this is not critical for a simple pricing lookup.

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, so the input schema is empty. The description adds no parameter-specific detail, but none is needed. Baseline for zero-parameter tools is 4, which is appropriate here.

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 returns pricing for two specific MyDataPass offerings: the offboarding export and the compliance API. The verb 'get' plus the specific resource makes the purpose unambiguous and distinguishes it from sibling tools that cover other topics like guides or certificates.

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 this tool is used when pricing information for those specific offerings is needed. While no explicit alternatives are mentioned, the sibling tool names (about_mydatapass, check_compliance_requirement, etc.) clearly cover different purposes, so the usage context is evident.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct aspect of MyDataPass: general info, compliance checks, offboarding guide, pricing, and certificate verification. There is no overlap in purpose, making selection unambiguous.

Naming Consistency4/5

Most tools follow a verb_noun pattern (check_, get_, verify_), but 'about_mydatapass' uses a preposition instead of a verb. The overall style is consistent (lowercase, underscores), with only minor deviation.

Tool Count5/5

Five tools is well within the typical 3-15 range and fits the server's informational scope. Each tool covers a necessary area without redundancy or bloat.

Completeness5/5

The tool surface covers the key aspects of the service: overview, regulatory compliance, offboarding process, pricing, and verification. For an informational server, this is comprehensive with no obvious gaps.