Skip to main content
Glama
switchwize

SwitchWize MCP

Official
by switchwize

get_bank_gap_index

Get the current Bank Gap Index headline value, release date, and methodology URL to track U.S. deposit and mortgage rate trends.

Instructions

Return the current SwitchWize Bank Gap Index headline value, latest release, and methodology URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits itself. It does state the output contents, which is useful, but it does not mention data freshness guarantees, whether the value is cached or real-time, any access requirements, or what happens if no release exists. The minimal nature of the operation limits the gap, but the description is still somewhat bare.

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?

A single sentence that immediately names the action and the three concrete deliverables: headline value, latest release, and methodology URL. Every word earns its place, and there is no fluff or repetition of schema details.

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 zero-parameter read-only tool, the description is nearly complete. It names all return components, but since there is no output schema, it could be clearer about the shape or format of the response (e.g., whether the release is a date, version string, or object). Still, the operation's simplicity means this is a minor gap.

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 parameter semantics are irrelevant. The baseline of 4 applies because there is nothing for the description to compensate for; the schema already fully defines the input as an empty object.

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 'Return' and clearly identifies the resource: the current SwitchWize Bank Gap Index headline value, latest release, and methodology URL. It enumerates exactly what outputs to expect, and this specificity distinguishes it from siblings like get_index_dataset or get_bank_gap, which likely cover broader or different data.

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 guidance is given about when to use this tool versus alternatives. With seven sibling tools, the description does not state whether to prefer this for quick headline data or get_index_dataset for full historical data. The intended usage is only implied by the tool name and listed outputs.

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