Skip to main content
Glama
BizVerify

BizVerify MCP Server

Official
by BizVerify

Purchase Credits

purchase_credits

Create a Stripe checkout session to purchase credits. Select a package (100-10000 credits) and get a payment URL; credits are added after successful payment.

Instructions

Starts a credit purchase: creates a Stripe checkout session for the chosen package and returns a payment URL to present to the user. Does NOT charge immediately and does NOT add credits until the user completes payment — credits are then added automatically. Requires authentication. Packages: credits_100, credits_500, credits_2000, credits_10000 (see get_config for current prices).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
package_idYesCredit package to purchase: credits_100, credits_500, credits_2000, or credits_10000
Behavior5/5

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

Description adds significant behavioral context beyond annotations: the async nature (not immediate charge/credit), the Stripe checkout session creation, automatic credit addition after payment, and authentication requirement. 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler. Front-loaded with the core purpose, then clarifies key behaviors. Every sentence is necessary and informative.

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 tool with one parameter and no output schema, the description covers authentication, workflow stages, and price reference. Annotations provide safety profile. Complete for selection and invocation.

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% with a well-documented enum parameter. The description lists the package options and references get_config for prices, which adds minor value. Baseline 3 is appropriate as the schema already fully describes the parameter.

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 action: 'Starts a credit purchase: creates a Stripe checkout session and returns a payment URL.' It specifies the verb (starts), the resource (credit purchase), and the output (payment URL). It distinguishes from siblings by being the only purchase tool among retrieval/verification tools.

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 explains the workflow: does not charge immediately, credits added after payment, requires authentication. It does not explicitly contrast with alternative tools, but the context of purchasing credits vs. other retrieval tools is clear.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BizVerify/bizverify-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server