China Bank Offers Facts
Server Details
Official-source China bank card offer facts for agents; free bank list and paid factual search.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
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.
Tool Definition Quality
Average 4/5 across 2 of 2 tools scored. Lowest: 3.4/5.
The two tools serve completely different purposes: one queries actual bank offer documents, the other provides metadata about supported banks and system status. There is no overlap, so an agent cannot confuse them.
Both tool names follow a uniform verb_noun pattern in snake_case: get_bank_offers and list_supported_banks. The verbs (get/list) and nouns (bank_offers/supported_banks) are clear and consistent.
With only 2 tools, the set is minimal and feels thin for a server claiming to cover 'China Bank Offers Facts'. It is functional but borders on being too limited, with only one core data query tool and one utility/metadata tool.
The server covers the essential read-only workflow: list supported banks to know what is available, then get offers for a specific bank. There are no dead ends for this core use case, though missing features like cross-bank search or offer filtering would improve completeness.
Available Tools
2 toolsget_bank_offersGet official bank offer documentsBRead-onlyIdempotentInspect
Paid source-first query for one supported bank. Returns every matching official document with complete cleaned text, source URL, hash and activity status.
| Name | Required | Description | Default |
|---|---|---|---|
| bank_code | Yes | ||
| activity_status | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover safety (read-only, idempotent, non-destructive). The description adds behavioral context: 'Paid source-first' suggests source prioritization, and 'Returns every matching official document with complete cleaned text, source URL, hash and activity status' discloses the return payload details. This goes beyond the annotations without contradicting them.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler. The first sentence states scope and source priority; the second details the return contents. Every word earns its place, and key information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description provides return fields and a full-result guarantee, but omits parameter details, output schema (none exists), and any usage context such as pagination or prerequisites. For a simple 2-parameter read tool with strong annotations, it is adequate but has notable gaps in parameter semantics and usage guidance.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%. The description does not mention either parameter (bank_code or activity_status) or their meanings. It only hints at 'one supported bank' but fails to explain how to specify it or what activity_status controls. There is no compensation for the low schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool's action ('query') and resource ('official bank offer documents'). It distinguishes from sibling tool 'list_supported_banks' by specifying it operates on a single supported bank. The mention of returning 'every matching official document' adds precision.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives no explicit guidance on when to use this tool versus alternatives like list_supported_banks. It implies a prerequisite (a specific bank) but does not state scenarios or exclusions. No when-not-to-use or alternative references are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_supported_banksList supported banksARead-onlyIdempotentInspect
Free capability check. Lists banks, data freshness, coverage state, and whether get_bank_offers is currently enabled.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool safe (read-only, idempotent, non-destructive). The description adds value by stating this is a 'free' capability check and listing specific outputs (data freshness, coverage state, enabled status), which are useful behavioral details beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that front-loads the key point ('Free capability check') and then enumerates the exact outputs. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (no params, simple list) and rich annotations, the description fully covers what the tool returns and its purpose. It is complete for an agent to understand when to invoke it.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the description does not need to explain any. Per the rubric, zero parameters gives a baseline of 4, and the description adds sufficient context about the tool's outputs to justify this score.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool lists banks, data freshness, coverage state, and the enablement status of a sibling tool. The verb 'lists' is specific, the resource is banks plus relevant metadata, and the scope distinguishes it from get_bank_offers.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies a use case: performing a free capability check before using get_bank_offers, especially by indicating whether that tool is enabled. However, it does not explicitly say 'use this before get_bank_offers' or provide exclusions, so it falls short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
Alicense-qualityCmaintenanceEnables AI agents to query detailed information on 77M+ Chinese companies, including basic data, shareholders, legal risks, and more, through a pay-per-query MCP server.MIT- AlicenseAqualityAmaintenanceFree multi-source search for AI agents with multi-source verification, token savings, and MCP native support.722799Apache 2.0
- Flicense-qualityBmaintenanceEnables AI agents to look up Chinese phone number carrier and location information using MIIT official data.
- AlicenseBqualityDmaintenanceDetects Chinese mobile phone number carriers (China Mobile, China Unicom, China Telecom, etc.) and their geographical location (province and city) using a database of 492,088 records. Supports both single and batch number detection (up to 100 numbers).2MIT