Skip to main content
Glama
heim

fiken-mcp

by heim

fiken_get_offer

Retrieve a specific offer or quote by its ID. Amounts returned in cents.

Instructions

Get a specific offer/quote by ID. Amounts are in cents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offerIdYesOffer ID
companySlugYesCompany slug identifier. Use fiken_list_companies to discover available slugs.
Behavior2/5

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

With no annotations, the description carries the full burden. It only reveals that amounts are in cents, which is a data format detail. It does not disclose whether the tool is idempotent, requires authentication, or returns errors for invalid IDs.

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?

The description is exceptionally concise—one sentence plus a standalone note. It is front-loaded with the core purpose and includes a valuable data format hint without any wasted words.

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?

Given two required parameters, no output schema, and many sibling tools, the description is too sparse. It lacks information on error handling, field details of the returned offer, and how it relates to other offer-related tools.

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%, so the schema already documents both parameters adequately. The description adds 'Amounts are in cents' which is not about parameters but about return format, thus no additional parameter meaning is provided.

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 clearly states the action ('Get'), the resource ('a specific offer/quote'), and the method ('by ID'). It distinguishes from sibling tools like fiken_get_offer_draft or fiken_get_offer_counter. However, it could explicitly note that it is a read-only operation.

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?

No guidance is provided on when to use this tool versus alternatives like fiken_list_offers or fiken_get_offer_draft. The description does not mention prerequisites or exclusions, leaving the agent to infer usage context.

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/heim/fiken-read-only-mcp'

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