Skip to main content
Glama

proven_fits

Discover the most common modules per slot from recent killmails to propose a realistic starter fit for any ship.

Instructions

What modules pilots actually fly on a given ship, learned from recent killmails: the most common modules per slot with how often each appears. Use it to propose a realistic starter fit, then sanity-check that fit with analyze_fit and can_i_fly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sampleNoHow many recent killmails to learn from (5-40)
ship_nameYesExact ship name, e.g. "Heron" or "Vexor"
Behavior3/5

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

There are no annotations, so the description carries the transparency burden. It discloses the data source (recent killmails) and the output nature (module frequencies per slot), implying a read-only operation. However, it does not mention edge cases like insufficient killmail data, ship name validation, or whether authentication is needed. The description adds context beyond the basic function but lacks depth on failure modes.

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 two sentences: the first states the core functionality and output, the second provides usage guidance. It is front-loaded, information-dense, and free of fluff. Every sentence earns its place.

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?

For a relatively simple lookup tool with 2 parameters and no output schema, the description explains what it returns (common modules per slot with frequencies) and how to use it. It lacks details on error behavior or data freshness, but it is sufficient for an agent to select and invoke the tool correctly in most scenarios.

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?

Input schema covers both parameters with descriptions (100% coverage), so the baseline is 3. The tool description does not add significant new meaning to the parameters; it merely reinforces that data comes from recent killmails, which is already implied by the sample parameter. No additional semantic value beyond the 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?

The description clearly states the tool's purpose: it shows the most common modules pilots use per slot on a given ship, learned from recent killmails. This specific output distinguishes it from siblings like analyze_fit (which checks a specific fit) and can_i_fly (which checks requirements). The verb 'learned' and the resource 'killmails' make the function concrete.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use it for proposing a realistic starter fit, and then sanity-check with analyze_fit and can_i_fly. This provides clear workflow guidance and names alternatives for subsequent steps. It effectively tells the agent when to invoke this tool versus others.

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/henryjrobinson/eve-mentor-mcp'

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