Skip to main content
Glama
switchwize

SwitchWize MCP

Official
by switchwize

get_reality_score

Assess a credit card's Reality Score for a consumer segment. Enter the card slug or name and an optional segment to get a score showing how well the card matches that audience.

Instructions

Return a premium credit-card Reality Score for a card and consumer segment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardYesCard slug or name, e.g. platinum-card or Chase Sapphire Reserve.
segmentNoOptional segment id, e.g. occasional-traveler, small-business-owner, balance-carrier.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior2/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 of behavioral disclosure. It only states what is returned, not how the score is calculated, what output format to expect, or any other behavioral traits. This is a notable gap for a tool with no output schema.

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 a single, direct sentence that front-loads the core purpose. It has minimal waste, though the word 'premium' adds little substantive 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?

For a simple two-parameter tool with fully documented schema, the description is adequate for basic selection and invocation. However, since there is no output schema, the description should ideally clarify what the returned Reality Score represents (e.g., range, meaning), which is currently missing.

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% and both parameters already have clear descriptions with examples. The tool description only loosely restates 'card and consumer segment' without adding extra meaning beyond the schema, so the baseline score of 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 ('Return'), a specific resource ('premium credit-card Reality Score'), and the inputs ('a card and consumer segment'). It is distinct from the sibling tools, which focus on bank rates and index datasets. However, the term 'premium' is vague and the exact nature of a Reality Score is not explained.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention any conditions, exclusions, or related sibling tools, leaving the agent to infer usage solely from the tool name.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/switchwize/switchwize-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server