Skip to main content
Glama

vf_signup

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pricing_modelNoagentic_payg
business_emailYes
business_domainYes
preferred_localeNoen
business_company_nameNo
estimated_monthly_volumeNo

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It states the tool is 'Public, rate-limited per IP' and explains the conditional next action (Stripe SPT vs. human-checkout redirect), which adds meaningful context about side effects and operational constraints. However, it does not disclose potential side effects like creating a pending account or detail failure modes.

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 two sentences with a clear structure: it states the action, describes the output, and provides the fallback logic. It is front-loaded with the primary purpose and contains no filler or redundant 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?

Despite clear purpose and some behavioral details, the description is incomplete for a tool with 6 parameters, no schema descriptions, and no output schema. It omits parameter semantics, error handling, and detailed return value structure. The agent would struggle to know what inputs to provide beyond the obvious business domain and email.

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

Parameters1/5

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

The schema description coverage is 0%, and the description does not mention any of the six parameters. It fails to explain the meaning or purpose of fields like business_domain, business_email, pricing_model, or preferred_locale. This is a critical gap for an agent to invoke the tool correctly.

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 function with a specific verb and resource: 'Initiate a VoiceFlip account signup for a business.' It also describes the output (agentic signup intent token and next action) and implicitly distinguishes itself from sibling tools like vf_complete_signup by focusing on the initiation step.

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

Usage Guidelines3/5

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

The description implies that this tool is for starting the signup process, but it does not explicitly mention when to use it versus alternatives like vf_complete_signup. It provides context about the fallback behavior for EU, but that is more about output behavior than usage guidance. No exclusions or explicit alternative comparisons are given.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: vf_signup starts the signup process, vf_complete_signup finishes it, vf_get_pricing provides pricing information, and vf_health checks server status. There is no overlap in their functionality, so an agent can easily choose the right tool.

Naming Consistency4/5

All tools share the 'vf_' prefix, and most follow a verb_noun pattern (complete_signup, get_pricing). However, 'health' and 'signup' are one-word names that break the pattern slightly, though they remain clear and consistent in style.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose of managing signup and pricing. This is an appropriate size—not too thin, not overloaded.

Completeness4/5

The tool set covers the core signup lifecycle (initiate, complete) and essential informational endpoints (pricing, health). A minor gap is the lack of a way to retrieve account status or cancel a signup, but for the apparent scope this is sufficient and workable.

Resources