Skip to main content
Glama

Evaluate a ship fit

eve_evaluate_fit

Evaluate a ship fit to verify slot and resource limits, then calculate EHP, resistances, DPS, capacitor stability, and agility. Returns validated stats for any hull and fitting.

Instructions

Validate and compute stats for a ship fit: CPU/powergrid/slot limits, EHP vs each damage type, resistances, shield regen/boost, DPS per weapon group and drones, capacitor stability estimate, speed/agility. Skills assumed All-5 unless overridden. Always call this instead of guessing numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lowNoLow-slot modules
midNoMid-slot modules
highNoHigh-slot modules, in order
rigsNoRigs
dronesNoDrone typeIds carried
skillsNoSkill level overrides {skillTypeId: level}; default All-5
hullTypeIdYesShip typeId
accountTypeNoAccount clone state; Alpha uses CCP cloneGrades skill limits, default Omegaomega
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses the skill assumption ('Skills assumed All-5 unless overridden') and enumerates the computed categories, making the tool's behavior fairly transparent. It does not explicitly state read-only semantics or error behavior, but 'Validate and compute' implies a non-mutating operation.

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?

Three sentences with no filler. The main action and computed outputs are front-loaded, and the skill assumption and usage maxim are concise and valuable.

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 complex tool with 8 parameters, nested objects, and no output schema, the description gives a solid list of return-value categories and the key input assumption. It stops short of explaining how validation errors are surfaced or how module ordering affects output, but the overall guidance is sufficient for correct invocation.

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 baseline is 3. The description reinforces the overall purpose and mentions drones and skill overrides, but it does not add meaningful detail about individual parameters like chargeTypeId or accountType beyond what the schema already provides.

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 uses a specific verb ('Validate and compute') with a clear resource ('a ship fit') and lists concrete outputs like CPU/powergrid, EHP, resistances, DPS, and capacitor. This clearly distinguishes it from sibling tools like eve_get_item or eve_search_items, which focus on item lookup rather than fit evaluation.

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

Usage Guidelines4/5

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

The description gives explicit context with 'Always call this instead of guessing numbers,' telling the agent when this tool is the right choice. It does not explicitly name alternatives or exclusion conditions, but the instruction is strong and unambiguous for fit-stat computations.

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/remandorsn/eve-fit-mcp'

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