Skip to main content
Glama

fabricate

fabricate_get_plans

Read-onlyIdempotent

Get current Fabricate plans, prices in USD, monthly credits and per-generation credit limits from billing configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint=false, so the safety profile is covered. Beyond that, the description adds useful content-level disclosure — that values are USD-denominated and sourced from billing configuration — which matters because there is no output schema to convey return shape. It does not, however, mention auth/permission requirements or caching/refresh behavior.

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 with no filler; every clause (plans, USD prices, monthly credits, per-generation limits, billing config source) carries information about the return value.

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?

With no parameters, no nested objects and no output schema, the description's enumeration of returned fields is the main thing an agent needs, and it is present. Minor gaps remain around freshness of billing data and whether the response is a single plan or a list, but nothing essential is absent.

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 takes zero parameters, so the baseline of 4 applies; there is nothing for the description to disambiguate. No parameter claims in the description contradict the empty schema.

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?

Specific verb (get) plus a named resource (Fabricate plans) with an explicit enumeration of the payload: prices in USD, monthly credits, per-generation credit limits. This is unmistakably distinct from its siblings (agent guide, page reading, page search), so an agent can select it without inspecting the schema.

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 when the tool is useful (whenever the agent needs plan/pricing/credit information), but it never states that explicitly nor names when to prefer it over alternatives. For a zero-parameter, sole-purpose info tool the implied usage is reasonably obvious, so a middle score fits rather than a low one.

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.

Resources