Skip to main content
Glama
fareboxfun

farebox-mcp

by fareboxfun

chat

Send a chat completion to any Farebox model and receive the assistant's reply. Provide conversation history in OpenAI message format to get responses from frontier LLMs.

Instructions

Send a chat completion to any Farebox model. Returns the assistant's reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesFarebox model ID. Examples: claude-opus-4-5, gpt-4.1, gemini-2.5-pro
messagesYesConversation history in OpenAI message format.
max_tokensNoMaximum tokens to generate.
temperatureNoSampling temperature 0–2. Lower = more deterministic.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states what it does (chat completion, returns reply) but doesn't disclose cost implications, rate limits, or whether message history needs to include prior responses for multi-turn conversations. For a cost-incurring tool, this is a moderate gap.

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

Conciseness4/5

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

Two concise sentences that state purpose and return value with zero waste. Efficient and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a moderately simple 4-param tool with 100% schema coverage, the description is largely sufficient. It could mention that this is a cost-incurring operation for balance tracking (given get_balance/get_usage siblings exist), but the core usage is well covered.

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 description coverage is 100%, with all four parameters documented (model, messages, max_tokens, temperature). The description adds nothing beyond the schema, so baseline 3 is appropriate given full coverage.

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

Purpose4/5

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

The description uses a specific verb+resource ('Send a chat completion to any Farebox model') and states the return value. It's clear, though it doesn't distinguish itself explicitly from siblings like list_models or call_skill beyond the obvious chat-purpose.

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 to use it (chatting with a model) and the 'any Farebox model' phrasing suggests it works across models. But it doesn't explicitly address when not to use it, or contrast with sibling tools like call_skill (e.g., when a skill is needed).

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/fareboxfun/farebox-mcp'

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