Skip to main content
Glama

door_acff25cbe9fb

Server Details

Stylica — Generate images with 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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 5 of 5 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation4/5

Most tools are clearly distinct: list_actions, quote, and confirm map to discovery, planning, and execution respectively. However, 'about' and 'ask' both serve an informational purpose, which could lead to a brief moment of ambiguity before reading their descriptions closely.

Naming Consistency4/5

Five tools mostly follow a simple verb-based pattern (ask, confirm, quote) with one clear verb_noun (list_actions). 'about' stands out as a non-verb, creating a minor deviation from the otherwise consistent style.

Tool Count5/5

With only 5 tools, the server is tightly scoped to its purpose: orientation, knowledge lookup, action discovery, quoting, and confirmation. Each tool earns its place without superfluous additions.

Completeness4/5

The core workflow is complete: discover actions (list_actions), plan a call (quote), and execute (confirm), with about/ask for platform understanding. A minor gap is the lack of a way to list or cancel pending quotes, but the essential lifecycle is covered.

Available Tools

5 tools
aboutBInspect

What this platform is and what visiting agents may do here.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

With no annotations provided, the description carries the full burden, and it does state that the tool returns platform information and permissible agent activities, implying a read-only informational behavior. However, it does not explicitly confirm that there are no side effects or describe the response format.

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, front-loaded sentence conveys the tool's purpose without filler. Every word earns its place, so this is genuinely concise rather than under-specified.

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 zero-parameter informational tool, the description covers the essential content, but the absence of an output schema and annotations means it could usefully say more about what the returned overview includes and that calling it has no side effects. It is minimally adequate rather than fully complete.

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 and the schema coverage is 100%, so there are no parameter semantics for the description to add. The baseline of 4 applies because there is simply nothing to document beyond the empty schema.

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 clearly states what the tool provides—an overview of the platform and what visiting agents are allowed to do—so its informational purpose is evident. It does not explicitly name or contrast the sibling action tools, so it stops short of full sibling differentiation.

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?

There is no explicit when-to-use or when-not-to-use guidance, and no alternatives are mentioned. The only contextual hint ('visiting agents') implies an entry-point use, but the agent is left to infer that it should call this before ask, confirm, list_actions, or quote.

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

askBInspect

Ask about this platform: capabilities, pricing, policies. Answers are grounded in the platform's own knowledge with cited sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
questionYesThe question, in plain language (max 2000 chars).
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does state that answers are grounded in the platform's own knowledge and include cited sources, which is a useful behavioral trait. However, it does not mention potential limitations (e.g., scope of knowledge, format of citations) or side effects (though obviously read-only). This is adequate but not rich.

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?

The description is a single, efficient sentence that front-loads the tool's purpose and key behavioral trait (cited, grounded answers). There is zero wasted wording, making it highly concise and structured correctly.

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 simple Q&A tool with one parameter, no output schema, and no annotations, the description covers the essential intent and a behavioral guarantee (grounded, cited). It omits details like the answer format or whether the tool can refuse questions, but these are minor for such a straightforward tool. The description is reasonably complete.

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%, meaning the only parameter 'question' is fully described in the schema ('The question, in plain language (max 2000 chars)'). The description adds almost no additional semantic value beyond what the schema already provides, 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.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies a verb ('Ask') and a resource ('this platform'), with specific topics (capabilities, pricing, policies) and a grounding/citation promise. It is not a tautology and is more specific than a generic 'ask' tool, but it does not explicitly differentiate itself from sibling 'about' which might serve a similar purpose.

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 gives no explicit guidance on when to use this tool versus its siblings (about, confirm, list_actions, quote). It simply states what it does without exclusions or comparative context, leaving the agent to infer suitability.

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
paymentNoCompat alias for payment_credential: { rail, token }. Present one or the other, never both.
quote_idYesThe quote_id returned by quote.
agent_keyNoThe 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_secondsNoFor 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_credentialNoPaid 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.
Behavior5/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 fully covers idempotency (duplicate confirm returns original receipt), polling semantics (never consumes), the distinction between keyed quotes and bearer tokens (agent_key required for keyed quotes), payment behavior (always pinned price, never card numbers), and the special case of payment_link quotes. This is exemplary for a tool with no annotations.

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?

The description is compact and front-loaded with the core action. Each sentence serves a purpose: execution semantics, idempotency, polling usage, payment handling, and keyed quotes. No redundant words. The structure flows logically from primary action to edge cases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description provides enough information for an agent to call the tool correctly. It covers execution, polling, payment nuances, and security considerations. The tool is complex (5 params, nested objects, payment flows), but the description addresses all critical behavioral aspects. No obvious gaps remain.

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%, so the schema already documents all parameters in detail. The description adds value by clarifying payment_credential vs payment alias, the 'never both' constraint, and the agent_key security note, but these largely reinforce what's in the schema. The description does not introduce entirely new parameter semantics beyond summarizing the schema, so a baseline 3 is appropriate.

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 clearly states the tool's primary function: 'Execute a quoted action. Confirming executes this action exactly once.' It specifies the resource (a quoted action) and the verb (execute/confirm). It also distinguishes itself from siblings like 'quote' by referencing the quote_id returned by quote and by covering polling for quotes awaiting approval, which is a distinct use case.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when to use this tool: to execute a quoted action, to confirm a quote, and to poll quotes awaiting human approval. It also clarifies when not to use it or what to expect: duplicates return the original receipt, polling never consumes the quote, and payment_link quotes should be confirmed without a credential after human payment. It references the sibling 'quote' indirectly by noting the quote_id is returned by quote.

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that no key is needed for listing, the exact fields returned, and what happens when a keyed action is quoted without a key. It does not mention pagination or ordering, but for a zero-parameter read-only listing that is a minor omission.

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?

Two concise, front-loaded sentences. The first states the purpose and output contents; the second adds a practical usage note about agent keys. Every clause earns its place with no redundant wording.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list operation with no parameters and no output schema, the description is fully sufficient: it names the resource, enumerates the returned fields, and clarifies the auth/key situation. No additional information is needed to call the tool correctly.

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 the schema is trivially comprehensive and the baseline is 4. The description compensates by explaining what the returned entries contain, which is more useful than parameter documentation would be here.

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 ('List') and names the exact resource ('actions this platform has registered for visiting agents'), then enumerates what is returned: name, description, parameters, and key requirement. This clearly distinguishes it from siblings like quote or ask, which perform different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context that no key is needed in advance, and explains the consequence of quoting a keyed action without one. This implies list_actions is the discovery step before quoting, though it does not explicitly contrast with about, ask, or confirm or state 'use this when you need to see available actions.'

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
argsNoArguments for the action, matching its parameters schema (max 16KB).
toolYesAn action name from list_actions.
agent_keyNoOptional 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.
Behavior4/5

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 adds that nothing executes until confirm (no side effects), that quotes expire after 10 minutes, and that the quote pins the exact tool + args. These are meaningful behavioral facts beyond what the schema provides.

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?

Three short sentences, each earning its place: purpose, behavior, and expiry. It is front-loaded with the main action and contains no filler or redundancy.

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 3-parameter tool with no output schema and no annotations, the description covers the workflow, non-execution, and expiry, but it omits the quote's key content—there is no mention of the cost/price/currency or the response shape beyond a quote_id. This leaves an agent uncertain what the actual quote will contain.

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 coverage is 100%, so the baseline is 3. The description indirectly reinforces the 'tool' and 'args' parameters by saying the quote pins the exact tool + args, but it adds no per-parameter detail beyond the already-complete schema descriptions.

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?

Clearly states 'Get a quote for one action call' with a specific verb and resource. It differentiates from the sibling 'confirm' by explaining that the quote returns a quote_id for confirm, so an agent knows this is the pricing/preview step, not the execution step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives an explicit usage condition: use quote to pin tool + args and get a quote_id before confirm. 'Nothing executes until confirm' tells the agent when not to rely on quote for execution. However, it doesn't explicitly discuss alternatives like list_actions or include a dedicated when-not-to-use section, so it stops 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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources