Skip to main content
Glama
fosferon

gc_mcp

by fosferon

gc_cost

Generate a concise meta description for the gc_cost tool.

Instructions

Provider cost ceilings and circuit-breaker (Story 3.3, AD-26). Actions: set_ceiling, get_ceilings, status, spend, check, reset, estimate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
centsNoSpend amount in cents (for spend)
scopeNoCost scope (run or tree)
actionYesAction to perform
providerNoProvider name (for spend)
scope_idNoScope ID
action_nameNoAction name (for spend)
provider_idNoProvider ID (for estimate)
input_tokensNoInput tokens (for estimate)
ceiling_centsNoCeiling in cents (for set_ceiling)
output_tokensNoOutput tokens (for estimate)
estimated_centsNoEstimated cents (for check)
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. The term 'circuit-breaker' hints at safety mechanisms (presumably blocking spend when ceilings are exceeded), but the description never explains important behaviors: what happens when a ceiling is exceeded, whether reset has side effects, what 'status' vs 'check' vs 'spend' actually do, or whether any action is destructive. The description lists actions but gives zero behavioral detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is short (two sentences), which is efficient, but it reads as a compressed catalog dump—a list of action names plus a parenthetical referring to internal ticket references. The 'Story 3.3, AD-26' reference is meaningless to an external agent and the action enumeration repeats what the schema's action enum already communicates. It's under-specified rather than concise.

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?

This is a complex dispatch tool with 11 parameters and 7 distinct actions, no output schema, and no annotations. The description does not explain the circuit-breaker semantics (thresholds, what triggers a break), what each action returns, or how the tool integrates with the broader gc_cost/cost-management system. For a tool of this complexity, the description is substantially under-specified.

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 coverage is 100%, so all 11 parameters have descriptions in the schema, which establishes a baseline of 3. However, the descriptions are terse parenthetical tags like '(for spend)' and '(for estimate)' that map parameters to actions but don't explain format, units beyond 'cents', or relationships between parameters (e.g., which combinations are valid for which actions). The description itself adds no parameter information beyond what's in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Provider cost ceilings and circuit-breaker' which identifies the domain, and lists the available actions. However, it lacks a clear verb+resource statement of what the tool does as a whole—it's a dispatcher tool covering 7 distinct actions with no unifying operational sentence. The purpose is somewhat clear but relies on the action list rather than an explicit statement.

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?

The description provides no guidance on WHEN to use this tool vs alternatives. It does not distinguish from siblings like gc_cash (cost-related), gc_control, or gc_capability. The mention of 'Story 3.3, AD-26' provides internal project context but offers no practical usage direction. No when-to-use or when-not-to-use guidance is given.

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/fosferon/gc_mcp'

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