pricing
Server Details
Live pricing, quotes, and draft orders for custom index tab dividers from Tabzoola.
- 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 4.4/5 across 3 of 3 tools scored.
Each tool targets a distinct stage: get_pricing_capabilities for discovering options, quote_price for obtaining a live price, and draft_order for turning that price into a ready-to-complete order. Despite quote_price and draft_order both returning URLs, their purposes are clearly different.
All tool names follow a verb_noun pattern in lowercase with underscores (draft_order, get_pricing_capabilities, quote_price). The verbs and nouns are distinct but consistent in style, and there is no mixing of conventions.
With only 3 tools, the server is tightly scoped to pricing functionality. Each tool serves an essential role in the pricing workflow, and the count is well within the ideal range for a focused server.
The server covers the complete pricing flow: discovering capabilities (get_pricing_capabilities), getting a price (quote_price), and creating a draft order (draft_order). There are no significant gaps in the stated purpose of the server.
Available Tools
3 toolsdraft_orderAInspect
Compose a ready-to-complete draft order: live-priced build PLUS the buyer's actual tab titles, returned as an orderUrl that opens Tabzoola's designer with every title pre-filled at that exact price. Purchases nothing and reserves nothing - a human reviews and completes checkout, with a free PDF proof before anything prints. Use after get_pricing_capabilities.
| Name | Required | Description | Default |
|---|---|---|---|
| sets | Yes | Number of sets (minimum 25). | |
| titles | Yes | Tab titles in tab order, one per tab (1-150). The title count sets tabs-per-set. | |
| options | No | Optional map of optionKey -> choiceId (see get_pricing_capabilities). Omitted options use defaults. | |
| product | Yes | The product key: "paper" or "poly". |
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 safety disclosure. It explicitly states 'Purchases nothing and reserves nothing,' clarifies that a human reviews and completes checkout, and mentions a free PDF proof before printing. This is strong behavioral transparency.
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 three sentences, front-loaded with the core purpose, followed by safety/flow clarifications, and ends with usage sequencing. No wasted words; each sentence contributes to understanding the tool's role and constraints.
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 there is no output schema or annotations, the description is thorough: it explains what the tool does, what it returns (an orderUrl), what it does not do (purchase/reserve), and when to use it relative to get_pricing_capabilities. It provides sufficient context for the agent to select and invoke the tool 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?
Schema description coverage is 100%, with each parameter already described in the input schema. The description adds context about 'the buyer's actual tab titles' and 'exact price' but does not materially enhance parameter understanding beyond what the schema provides.
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 ('Compose') and resource ('a ready-to-complete draft order'), and details the outcome: an orderUrl that opens Tabzoola's designer with titles pre-filled at a live price. This distinguishes it from the sibling tools by emphasizing it is a draft, not a purchase or quote.
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 says 'Use after get_pricing_capabilities,' providing clear sequencing context. However, it does not explicitly mention when not to use it or how it differs from quote_price, so it falls short of a full 5 explicit alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pricing_capabilitiesAInspect
Products, option keys/choice ids, valid quantities, and ordering facts for Tabzoola custom index tab dividers (paper and poly). Call this first to learn what quote_price accepts.
| 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, the description takes on the burden of explaining behavior. It clearly states that the tool returns reference data (products, option keys, quantities, ordering facts) and frames it as a read-only discovery step. It does not mention caching, errors, or data freshness, but the provided behavioral scope is adequate for a no-parameter lookup tool.
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 two sentences: the first concisely lists the returned information categories, and the second gives a one-line usage instruction. There is no filler or redundant content.
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 simple nature (no parameters, no output schema) and its sibling context, the description is complete. It states what data is returned, the product scope, and the proper calling order (before quote_price), leaving no critical gaps for an agent selecting or invoking it.
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 schema is empty, so the description need not explain parameter meanings. The baseline of 4 for zero-parameter tools applies, and the description adds no unnecessary parameter detail.
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 specifies exactly what the tool provides: products, option keys/choice ids, valid quantities, and ordering facts for a particular product line (Tabzoola custom index tab dividers). It also explicitly differentiates from quote_price by positioning this as its prerequisite, making the tool's purpose clear and sibling-aware.
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?
It gives clear usage context with 'Call this first to learn what quote_price accepts,' indicating when to use the tool relative to quote_price. It does not, however, list when-not-to-use scenarios or mention the draft_order sibling, so it stops short of full exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
quote_priceAInspect
Live price for a custom tab-divider build — per-set and total USD with setup included, plus an orderUrl that opens Tabzoola's configurator with this exact build pre-selected for a human to complete. Same engine as the website's live pricing.
| Name | Required | Description | Default |
|---|---|---|---|
| sets | Yes | Quantity of sets (minimum order 25) | |
| options | No | Optional map of optionKey -> choiceId (see get_pricing_capabilities). Omitted options use defaults. | |
| product | Yes | Product line | |
| tabsPerSet | Yes | Tabs in each set | |
| colorChanges | No | Poly only: distinct tab colors minus one |
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. It discloses return contents (per-set, total USD, setup included, orderUrl) and notes it uses the same engine as the website's live pricing. The 'for a human to complete' phrase implies no order is placed, which is a behavioral trait. It doesn't mention side effects but the read-only nature is implied. No contradiction with annotations since none exist.
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 two sentences, each serving a purpose. The first sentence efficiently summarizes the tool's output and behavior, the second adds a consistency note. No fluff or redundant information.
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?
There is no output schema, so the description must explain return values, and it does: per-set and total USD, setup included, and an orderUrl. It also adds context about the same engine as the website, which helps set expectations. Combined with the rich schema, the description is complete for this tool's 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?
Schema coverage is 100%, so the baseline is 3. The description does not add parameter-specific semantics beyond the schema; it only mentions the return value (setup included) which is not a parameter detail. The schema already thoroughly documents all parameters (product enum, min/max, options, colorChanges).
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 provides a live price for a custom tab-divider build, including per-set and total USD, setup cost, and an orderUrl. This specific verb+resource combination distinguishes it from sibling tools like draft_order (order creation) and get_pricing_capabilities (capability lookup).
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: when a live price is needed before placing an order, use this tool. It doesn't explicitly name alternatives, but the phrase 'for a human to complete' indicates it is not for order submission, which differentiates from draft_order. No explicit exclusions are stated, but the context is clear.
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
- AlicenseAqualityDmaintenanceLive US import tariff calculator covering 19,856 HTS codes, allowing AI to look up stacked tariff rates and project the November 10, 2026 cliff impact on any product.242MIT
- MIT
- Flicense-qualityDmaintenanceIntelligently generates cost estimates and lead times for manufacturing RFPs by parsing requests, matching against historical quotes, and calculating activity-based costs with confidence scoring and human approval workflows.

costkits-mcpofficial
AlicenseAqualityAmaintenanceProvides live US healthcare cost data including procedure cost estimates, provider pricing, insurance coverage rules, and medical bill analysis using real hospital transparency and CMS data.12120MIT