IMBA Agent Docs
Server Details
Read-only IMBA Agent API docs MCP. No register, deposit, buy, or withdraw.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
6 toolsget_agent_factsAgent API factsARead-onlyIdempotentInspect
Canonical prepaid-agent policy and catalog: Visa prepaid, eSIM, gift cards, KYT address screen, USDT TRC-20, forbidden rails, tiers. Cite as-is. Does not move money.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnly, idempotent, and non-destructive hints. The description adds useful behavioral context beyond those annotations by stating the tool 'Does not move money' and instructing the agent to 'Cite as-is', which clarifies both its safety profile and how its output should be consumed. 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loaded with the core purpose, followed by a tight list of covered topics and two short sentences that add real value. Every sentence earns its place, with no redundant filler.
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?
For a zero-parameter, read-only facts lookup, the description is complete: it states what the tool covers, how the output should be used, and confirms it is non-financial and safe. With no input parameters and no output schema, nothing essential is missing for an agent to invoke it correctly.
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 and the schema description coverage is 100%, so there are no parameter semantics for the description to clarify. Per the baseline for zero-parameter tools, a score of 4 is appropriate; the description reasonably focuses on the content returned rather than inputs.
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 resource as a canonical prepaid-agent policy and catalog and enumerates the exact topics covered. It lacks a direct verb like 'retrieves' or 'returns', and it does not explicitly differentiate itself from siblings such as get_tier_policy or get_catalog_placement, but the content scope is otherwise unambiguous.
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?
'Cite as-is' gives the agent a clear instruction on how to use the returned content, and 'Does not move money' signals that this is a safe reference lookup rather than an action tool. It provides clear context but does not explicitly state when to prefer this tool over its siblings or list exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_agent_use_casesWhat agents can buyARead-onlyIdempotentInspect
Playbook: Visa prepaid (flights, datacenter bills), travel eSIM, ~20k gift cards, paid KYT address screen. MCP tools per job. Cite as-is. Does not move money.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds valuable behavioral context beyond that: 'Does not move money' clarifies safety, and 'Cite as-is' plus 'MCP tools per job' suggest how the output should be used.
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 very short and information-dense, with the core content front-loaded in a compact list. The phrasing is somewhat telegraphic ('Cite as-is'), but every clause adds useful information and there is no filler.
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?
For a zero-parameter, read-only informational tool with no output schema, the description reasonably covers what the tool offers, how the output should be treated, and a key safety caveat. It could be slightly more explicit about the return format, but the title and description together are adequate for this simple tool.
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 and 100% schema description coverage, so the baseline is 4. There are no parameter semantics the description needs to explain; it correctly focuses on the tool's content and behavior instead.
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 identifies the resource as a playbook of agent use cases ('Visas prepaid, travel eSIM, gift cards, KYT address screen') and the title confirms 'What agents can buy.' It lacks an explicit verb such as 'returns' or 'lists,' but the resource and scope are clear and specific.
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 provides no guidance on when to use this tool versus sibling tools like get_agent_facts or get_catalog_placement. It implies this tool is the playbook source, but it never states conditions, exclusions, or alternatives, leaving the agent to infer when to call it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_catalog_placementWhere to list each MCPARead-onlyIdempotentInspect
Which directories take the docs MCP vs the spend MCP. OpenAI is docs-only.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds an example of the kind of output (which directory belongs to which MCP) but does not discuss return format, limits, or any edge cases. It adds minimal context 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, compact sentence with the key info front-loaded. It wastes no words and is immediately scannable.
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?
For a zero-parameter, read-only lookup tool with no output schema, the description covers the essential information: what mapping it returns and an example. It could mention the form of the result (e.g., a list or map), but that is not critical for a simple query. The description is sufficiently complete.
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 schema is empty. Baseline for 0 parameters is 4; the description does not need to explain any parameter semantics, and it doesn't reduce the score. No extra value is needed for this dimension.
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 what the tool reports: which directories take the docs MCP vs the spend MCP, and gives a concrete example ('OpenAI is docs-only'). It is distinct from sibling tools like get_public_url or list_docs_urls, so an agent can immediately tell which to use.
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 usage (checking placement for catalogs) but does not explicitly state when to prefer this over alternatives or list exclusions. Sibling names hint at different purposes, but no comparative guidance is given, leaving some inference required.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_public_urlFetch a public IMBA Agent URLARead-onlyIdempotentInspect
HTTP GET of an allowlisted public docs URL (HowTo, use cases, discovery JSON, llms-agent). Never calls register/deposit/buy.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute https://imbawallet.com URL from the allowlist (HowTo, use cases, tiers, well-known, openapi discovery, llms-agent). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare read-only, idempotent, and non-destructive behavior; the description adds the HTTP method, the allowlist restriction, and an explicit side-effect guarantee ('Never calls register/deposit/buy'). This is useful behavioral context beyond the structured annotations, though error and rate-limit behavior is not covered.
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 short sentences front-load the core behavior and then add a valuable negative guarantee. There is no filler or redundancy with the schema.
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?
For a simple one-parameter, read-only fetch with rich schema coverage and annotations, the description is nearly complete. Minor gaps are the absence of an explicit pointer to list_docs_urls for obtaining allowlisted URLs and no mention of the returned payload shape, but neither blocks correct invocation.
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 schema already documents the single url parameter at 100% coverage, and the description's mention of doc categories largely mirrors the schema. No additional parameter semantics are added, so the baseline of 3 is appropriate.
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 uses a specific verb/resource pair ('HTTP GET of an allowlisted public docs URL') and enumerates the allowed doc categories, making the tool's scope unambiguous. This distinguishes it from sibling getters, which target specific fact sets, and from transaction tools via 'Never calls register/deposit/buy.'
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 the tool is for fetching any allowlisted public docs URL, and the schema reinforces the allowable URL set. However, it doesn't explicitly state when to prefer this over sibling tools such as get_agent_facts or list_docs_urls, nor does it mention using list_docs_urls to discover valid URLs.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_tier_policyAgent tier policyCRead-onlyIdempotentInspect
Tier 0 vs 1+. Convert closed at 0 (AML). Convert at 1 is a separate request. Withdraw stays closed.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is established. The description adds policy rules but no observable tool behavior such as how results are formatted, whether it can return empty/failure states, or how the policy maps to agent actions. It does not contradict the annotations, but it also does not enrich operational transparency.
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 very short, with no filler words, but the first clause 'Tier 0 vs 1+' is a fragment and the rest assumes domain knowledge (AML, Convert, Withdraw). It is not merely concise but under-specified for a general agent audience.
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?
For a tool with no parameters and no output schema, the description is the only explanatory surface, and it leaves key terms undefined and no expectation of what the returned policy object looks like. An agent may know this is about tier policy, but it cannot confidently interpret 'Convert at 1 is a separate request' without additional domain context.
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 input schema has zero parameters and 100% schema description coverage, so there are no parameter semantics to explain. Baseline for a zero-parameter tool is 4, and the description does not need to compensate for any missing parameter documentation.
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 conveys domain content ('Tier 0 vs 1+', 'Convert closed at 0 (AML)') that aligns with the tool name and title, so an agent can infer this is a lookup of tier policy criteria. However, it never explicitly states a verb like 'returns' or 'provides', and the policy language is cryptic ('Convert', 'Withdraw' are not defined as operations or outcomes). It distinguishes itself from siblings by topic but not by explicit comparison.
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?
There is no guidance on when to invoke this tool versus alternatives such as get_agent_facts or get_catalog_placement. The description only states policy facts; it does not say 'use this when you need...' or mention any exclusions. An agent must infer applicability from the name and terse content.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_docs_urlsList public Agent URLsBRead-onlyIdempotentInspect
HowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnly, idempotent, and non-destructive behavior, and the description adds no conflicting claims. It adds a little context by implying the returned URLs are organized around the listed documentation topics, but it does not describe output format, cardinality, or pagination.
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 very short and contains no filler, but it is a telegraphic list rather than a structured sentence. It is not misleading, yet it lacks a clear subject-verb framing that would make it 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?
For a no-parameter read-only list tool, the description is nearly sufficient, but without an output schema it should say what the tool returns (e.g., a list of URLs grouped by the listed topics). The categorized fragment hints at the content but does not fully specify the response.
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?
With zero parameters, there is no semantic burden on the description; the baseline of 4 applies. The description adds nothing about parameters, but none exist to clarify.
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 is a fragment ('HowTo, use cases, tiers, discovery, OpenAPI, MCP endpoints') and does not state a verb or resource; only the title 'List public Agent URLs' makes the purpose clear. It hints at the content categories but does not explicitly distinguish this list tool from get_public_url.
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?
There is no guidance on when to call this tool instead of siblings such as get_agent_use_cases, get_public_url, or get_tier_policy. The categories might imply a directory use case, but that is not stated.
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.
2 tool updates
- Added
get_agent_use_cases - Changed
get_public_url1 field changed- changed
Input schema / properties / url / descriptionPrevious value: -"Absolute https://imbawallet.com URL from the allowlist (HowTo, tiers, well-known, openapi discovery, llms-agent)."New value: +"Absolute https://imbawallet.com URL from the allowlist (HowTo, use cases, tiers, well-known, openapi discovery, llms-agent)."
5 tool updates
- First observed
get_agent_facts - First observed
get_catalog_placement - First observed
get_public_url - First observed
get_tier_policy - First observed
list_docs_urls
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Public read-only MCP server for HODLXXI agent identity, trust, receipts, and verification.
Read-only MCP tools for AI agent discovery, structured resources, and NIULAI information.
MCP server for agentverse documentation, generated by doc2mcp.
AgentDocs (agentdocs.eu) MCP: read, search, write, comment, share & attach images to Markdown docs.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server that provides tools to fetch SealChat public protocol docs, manifest, channel counts, and chat messages via the HTTP Agent API, without write access or database access.MIT

@agentkarma/mcpofficial
AlicenseAqualityCmaintenanceExposes AgentKarma's read-only trust and reputation tools (karma, agents, succession, bonds, check_trust) to any MCP client for checking on-chain agent reputation.9191MIT- AlicenseNot gradedqualityBmaintenanceRead-only, unauthenticated remote MCP server for public Wavedash docs, providing SDK guidance, engine setup help, and publishing checklists for agents.2MIT
- AlicenseCqualityAmaintenanceRead-only MCP server that exposes public TokenLab model catalog tools for agents to discover models, inspect request contracts, and compare pricing.31164MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Most tools target a distinct docs concern: facts, use cases, tier policy, catalog placement, URL fetching, and URL listing. get_agent_facts and get_tier_policy are somewhat policy-adjacent, but their descriptions clarify the boundary.
All tools use a consistent snake_case verb_noun pattern, with get_* dominating and list_docs_urls as a natural variant. The naming clearly signals a read-only documentation/knowledge server.
Six tools is well-scoped for a documentation and policy retrieval server. Each tool has a clear purpose and none feels redundant or extraneous.
The surface covers the core knowledge needs: policy facts, use-case playbooks, tier rules, doc URL discovery, public URL retrieval, and MCP routing guidance. As a read-only docs server, it does not need CRUD operations, and the lack of them mirrors its stated constraints.