door_a9015a46f924
Server Details
pixalia — an AI-agent door via Bubblio.
- 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 3.7/5 across 5 of 5 tools scored. Lowest: 1.8/5.
Each tool has a clearly separate role: about explains the platform, ask answers questions, list_actions enumerates available actions, quote creates an execution quote, and confirm executes or polls a quote. There is little risk of selecting the wrong tool.
The action pair quote/confirm and list_actions follow an obvious imperative style, and all tools are short and readable. Minor inconsistency exists because about is a preposition rather than a verb, and list_actions uses an underscore while the others do not.
Five tools is appropriate for this domain: discovery, informational context, quoting, and confirmation are all represented. The surface is compact without feeling thin.
The platform provides a complete workflow for agents: learn about the platform, ask questions, list available actions, quote a specific action, and confirm or poll it. There are no obvious dead ends in the core flow.
Available Tools
5 toolsaboutDInspect
What this platform is and what visiting agents may do here.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description does not disclose behavioral traits such as side effects, return values, or the specific nature of the information provided. With no annotations to fill the gap, the description fails to clarify what actually happens when the tool is invoked.
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 short but not concise—it is vague and lacks a clear structure. It could be more direct and informative, but it does not waste words; however, it fails to convey essential information in a well-organized manner.
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 absence of an output schema and parameters, the description bears the full burden of explaining what the tool does and returns. It falls short by only vaguely describing the platform and agent actions, leaving an agent without enough context to use 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?
There are no parameters in the schema, so there is nothing to explain. As per the baseline for zero parameters, a score of 4 is appropriate since the description does not need to cover parameter semantics.
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 states the tool provides information about the platform and what visiting agents may do, but it lacks a specific action or clear outcome. It is not a tautology, yet it is too vague to differentiate from potential sibling tools like 'ask' or 'confirm'.
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?
No guidance is provided on when to use this tool versus alternatives. The description does not mention any context, conditions, or exclusions that would help an agent decide between this and sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
askAInspect
Ask about this platform: capabilities, pricing, policies. Answers are grounded in the platform's own knowledge with cited sources.
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | The question, in plain language (max 2000 chars). |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description bears full responsibility for behavioral disclosure. It does disclose the key trait that answers are grounded in platform knowledge and include citations, which is valuable. However, it does not mention any limitations, error handling, or the fact that this is a read-only operation (though implied). The disclosure is minimal but not misleading.
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 concise two-clause sentence that front-loads the core purpose ('Ask about this platform') and then adds the grounding/citation detail. There is no wasted wording, and every part carries meaning. It is appropriately sized for a simple Q&A tool.
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 absence of an output schema, the description covers the essential aspects: what topics are valid and that answers include citations. It does not explain the return format in detail, but for a Q&A tool this is acceptable. It could have mentioned that questions should stay within the platform's knowledge base, but that is implied. Overall, it is reasonably complete for a tool of this complexity.
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 has 100% coverage for the single parameter, so the baseline is 3. The description adds semantic value by restricting the question to platform capabilities, pricing, and policies, and by implying that questions should be answerable from the platform's own knowledge. This goes beyond the generic schema description and helps the agent frame the question appropriately.
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 a specific verb ('ask'), a resource ('this platform'), and scopes the topics to capabilities, pricing, and policies. It also distinguishes itself by noting answers are grounded in the platform's own knowledge with cited sources, which differentiates it from generic Q&A tools. Even without naming siblings, the purpose is 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?
The description implies usage for questions about the platform but provides no explicit guidance on when not to use this tool or which siblings to prefer. It does not mention alternatives like 'about' or 'quote', leaving the agent to infer routing based on context. This is a significant gap given the presence of sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
confirmAInspect
Execute a quoted action. Confirming executes this action exactly once. A duplicate confirm returns the original receipt, never a second execution. A quote awaiting human approval (status needs_approval) is polled with this same tool — pass wait_seconds to long-poll; polling never consumes the quote.
| Name | Required | Description | Default |
|---|---|---|---|
| payment | No | Compat alias for payment_credential: { rail, token }. Present one or the other, never both. | |
| quote_id | Yes | The quote_id returned by quote. | |
| agent_key | No | The same agent key the quote was made with. Required to confirm (or poll) a quote that was made with a key — a keyed quote_id is not a bearer token. | |
| wait_seconds | No | For quotes awaiting human approval or payment: how long to wait (0–25s) before answering awaiting_human / awaiting_payment. Ignored once the quote is ready. | |
| payment_credential | No | Paid actions only: { type, token } — a rail from the quote's payment profile (e.g. type "stripe_spt" with an spt_… token) plus the opaque payment token for it. NEVER a card number. The charged amount is always the quote's pinned price; nothing here can set or change it. Quotes with a payment_challenge of type payment_link settle through that link instead — confirm without a credential once your human has paid. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses idempotency (duplicate confirm returns original receipt), polling semantics (never consumes the quote), and the payment credential constraints (never a card number, amount is pinned). It does not explicitly state whether the action is destructive or requires special permissions, but the idempotency and payment details are strong behavioral disclosures.
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 but information-dense. It front-loads the core action and idempotency, then covers polling and payment nuances in a few sentences. Every sentence adds critical information without redundancy.
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 complexity (5 params, nested objects, payment flows, polling), the description covers the key behaviors: idempotency, polling, payment credential rules, and keyed quotes. It does not describe the return format (no output schema), but the description mentions 'receipt' and 'awaiting_human/awaiting_payment' statuses, which gives a reasonable picture. Minor gap: no mention of error cases or what happens if the quote is expired.
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 100%, so the schema already documents all parameters. The description adds value by explaining the payment_credential vs payment alias relationship, the keyed quote requirement, and the wait_seconds behavior. It clarifies the payment_link exception, which is not obvious from the schema alone.
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 executes a quoted action exactly once, and distinguishes it from quote (which creates the quote) and from polling behavior. It names the specific resource (a quote) and the action (confirm/execute), making its purpose 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?
The description explicitly explains when to use this tool: to execute a quoted action, to poll a quote awaiting human approval (with wait_seconds), and when not to use it (never for a second execution, never with a payment credential for payment_link quotes). It also clarifies the distinction from quote and the behavior for keyed quotes.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_actionsAInspect
List the actions this platform has registered for visiting agents: name, description, parameters (JSON Schema), and whether each needs an agent key. No key is needed in advance — quoting a keyed action without one returns connect instructions for your human.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses a key behavioral trait: no key is needed in advance, and quoting a keyed action without one returns connect instructions. This is beyond the basic 'list' behavior and gives the agent useful expectations about outcomes.
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 sentence that is informative and well-structured. It front-loads the core purpose ('List the actions...') and then adds the key behavioral note. No wasted words, though it could be more explicit about usage context.
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 is a simple discovery tool with no parameters and no output schema, the description covers the essentials: what it lists and a key behavioral nuance. It's complete enough for an agent to decide to call it and know what to expect. The only gap is lack of explicit routing to siblings, but that's not critical for a discovery 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 the input schema is empty. The description doesn't need to explain any parameters, but it does explain what the returned list contains (name, description, parameters, key requirement), which adds value about the output. Since there are no params, baseline 4 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 clearly states it lists registered actions with specific attributes (name, description, parameters, key requirement). It doesn't explicitly differentiate from sibling tools like 'about' or 'ask', but the verb and resource are clear enough for an agent to understand its purpose.
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 in a discovery context — an agent would call this to learn about available actions. However, it doesn't explicitly state when to use this versus siblings like 'about' or 'quote', nor does it mention any alternatives. The guidance is implicit but not strongly framed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quoteAInspect
Get a quote for one action call. The quote pins the exact tool + args and returns a quote_id for confirm. Nothing executes until confirm. Quotes expire after 10 minutes.
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for the action, matching its parameters schema (max 16KB). | |
| tool | Yes | An action name from list_actions. | |
| agent_key | No | Optional agent key, minted by a user account on this platform. Don't hunt for one first: quote without a key and, if the action needs one, the quote returns a phone connect link for your human — your key is minted and delivered automatically through the same quote. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses key behavioral traits: it does not execute anything, returns a quote_id that is needed for confirmation, and quotes expire. With no annotations provided, this description carries the full burden of behavioral transparency. It covers the essential side effects (or lack thereof) and the time-based limitation. It does not mention potential errors or edge cases, but the critical behaviors are stated.
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 concise – three sentences – and front-loads the purpose. Each sentence adds important information: what it does, what it returns, and its safety/expiry. No fluff or redundancy. It is well-structured and easy to parse.
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 sibling tools (about, ask, confirm, list_actions) and the absence of an output schema, this description is complete. It tells the agent exactly what the tool does, what it returns (a quote_id), and how to use it in conjunction with 'confirm'. It also clearly states that nothing executes until confirmation, preventing misuse. There is no missing information that would hinder correct usage.
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 provides detailed descriptions for each parameter (coverage 100%). The tool description adds meaning by explaining how 'tool' and 'args' are used together – 'pins the exact tool + args' – which clarifies their relationship in the quote. It also reinforces that agent_key is optional and will be automatically minted if needed. This is a moderate addition beyond the schema, so a score of 4 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 clearly states that the tool 'Get a quote for one action call' – it specifies the verb (get), the resource (a quote), and the scope (one action call). This distinguishes it from siblings like 'confirm' (which presumably executes after a quote) and 'ask' (which might be for questions). The purpose is 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?
The description implies when to use this tool: before 'confirm', since it returns a quote_id for confirmation and explicitly notes 'Nothing executes until confirm'. It also mentions the expiry (10 minutes) which guides usage. However, it does not explicitly name the alternative tools or state 'use this instead of X', but the context of siblings makes it clear enough. Slight deduction for not explicitly contrasting with alternatives.
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
- AlicenseNot gradedqualityAmaintenanceConnects AI agents to The Agents Hub, visualizing them as pixel characters on a tile-based property with tools for state, assets, inboxes, and multi-agent orchestration.41MIT
- AlicenseAqualityCmaintenanceGive your AI agent a persistent pixel-art character that reflects its state in real time.42MIT
- AlicenseAqualityDmaintenanceSlack for AI agents — rooms, messaging and context sharing for multi-agent collaboration.6MIT
- AlicenseAqualityAmaintenanceSimple and free publishing of content on the web for AI Agents27,813MIT