Skip to main content
Glama

Server Details

AI voice agents on SMB websites — fully autonomous build in 2–3 min. 23 MCP tools. EU, GDPR.

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 3.9/5 across 4 of 4 tools scored. Lowest: 3.3/5.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct and clear purpose: health check, pricing, signup initiation, and signup completion. No overlap or ambiguity.

Naming Consistency5/5

All tools use the consistent 'vf_' prefix with snake_case and descriptive verb_noun patterns (e.g., vf_complete_signup, vf_get_pricing).

Tool Count5/5

With 4 tools covering health, pricing, and the signup flow, the count is well-scoped for the server's focused purpose.

Completeness5/5

The tools cover the full lifecycle of signup (initiation and completion) along with health and pricing. No obvious gaps for the intended domain.

Available Tools

4 tools
vf_complete_signupBInspect

Complete an agentic signup with a Stripe Shared Payment Token. Creates the VoiceFlip account, stores PAYG billing identity, and returns the API key once.

ParametersJSON Schema
NameRequiredDescriptionDefault
sptYes
intent_tokenYes
Behavior3/5

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

With no annotations, the description carries the full burden. It mentions creation, storage, and one-time API key return, which are key behavioral traits. However, it lacks details on idempotency, error handling, or side effects.

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, well-structured sentence that front-loads the main action and includes key details without redundancy.

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

Completeness2/5

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

Given the complexity of a signup flow with two required parameters and no output schema, the description lacks explanation of intent_token, usage order, and output format, making it insufficient for an agent to use confidently.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description must compensate. It explains spt as 'Stripe Shared Payment Token' but does not describe intent_token at all. Only one of two parameters gets semantic context.

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 specifies the action 'Complete an agentic signup' and the resource 'VoiceFlip account', with details on creating account, storing billing, and returning API key. It distinguishes from sibling tool vf_signup which would be the initial step.

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 explicit guidance on when to use this tool vs alternatives like vf_signup. The description implies a prior signup step but does not clarify prerequisites or ordering.

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

vf_get_pricingAInspect

Return current VoiceFlip agentic pricing: PAYG per-conversation rates, monthly agentic plan, and wholesale default discount.

ParametersJSON Schema
NameRequiredDescriptionDefault
currencyNousd
Behavior3/5

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

No annotations are provided, so the description carries full burden. It states 'Return' implying a read-only operation, but does not mention authentication requirements, rate limits, or caching. For a simple read operation, this is minimally adequate.

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 efficiently communicates the tool's purpose and output. No unnecessary words, well front-loaded with the action and resource.

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?

The description is complete enough for a simple read tool with one parameter and no output schema. It specifies the types of pricing returned, which is sufficient context for an agent.

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 0%, but the single parameter (currency) is fully defined by its enum and default in the schema. The description adds no additional meaning beyond the schema, earning a baseline score of 3.

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 returns pricing and specifies the types of pricing (PAYG rates, monthly plan, wholesale discount). This verb+resource specification distinguishes it from sibling tools like signup and health.

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 implies when to use (to get current pricing), and sibling tools are unrelated, so context is clear. However, it does not explicitly state when not to use or provide alternatives, but for such a straightforward tool, this is sufficient.

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

vf_healthAInspect

Returns VoiceFlip MCP server health and version metadata. No authentication required. Use this first to verify the server is reachable from your MCP client.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

The description states no authentication is needed and implies read-only behavior. With no annotations, it could be more explicit about side effects (none expected), but the intent is clear.

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 sentences, each providing essential information without any extraneous text.

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?

The description fully covers the tool's purpose (health check), usage (verify reachability), and constraints (no auth). For a parameterless tool, it is 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 input schema has no parameters (0 params, schema coverage 100%), so the description need not add parameter details. Baseline 4 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 returns health and version metadata of the VoiceFlip MCP server. It uses a specific verb ('Returns') and resource, distinguishing itself from siblings like vf_signup or vf_get_pricing.

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 explicitly advises to use this tool first to verify server reachability and notes that no authentication is required, providing clear context for when to use it.

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

vf_signupAInspect

Initiate a VoiceFlip account signup for a business. Returns an agentic signup intent token and the appropriate next action: Stripe SPT (when Stripe Agentic Commerce is configured) or human-checkout redirect URL (fallback for regions where Stripe Agentic Commerce is unavailable, e.g. EU as of 2026-05). Public, rate-limited per IP.

ParametersJSON Schema
NameRequiredDescriptionDefault
pricing_modelNoagentic_payg
business_emailYes
business_domainYes
preferred_localeNoen
business_company_nameNo
estimated_monthly_volumeNo
Behavior3/5

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

Without annotations, the description partially fills the gap by stating it returns a token and next action, and that it is rate-limited per IP. However, it does not disclose side effects (e.g., if business already exists) or other behavioral traits.

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 sentences: first defines purpose, second adds public and rate-limit context. No wasted words, front-loaded with key information.

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

Completeness2/5

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

Given the 6-parameter input schema with no descriptions and no output schema, the description lacks detail on parameter usage and return value structure. It does not fully equip an agent to invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description adds no meaning to any of the 6 parameters beyond their names. It does not explain pricing_model options, preferred_locale choices, or other fields, leaving the agent without guidance.

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 it initiates a VoiceFlip account signup for a business, specifies the return values (token and next action), and distinguishes itself from siblings like vf_complete_signup by being the initial 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 implies usage for initial signup, mentions it is public and rate-limited per IP, but does not explicitly provide when-not-to-use or specify alternatives beyond the sibling tool names.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources