Skip to main content
Glama
mpeciakk

warframe-mcp

by mpeciakk

lookup_item

Retrieve Warframe item data (arcanes, resources, blueprints) by name, returning formatted details for one or multiple items.

Instructions

Look up one or more items (arcanes, resources, blueprints, etc.) by name with dynamic formatting of available fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesYesItem name(s) (e.g. ['Arcane Energize', 'Neurodes', 'Forma Blueprint'])
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that multiple items can be looked up and that the output is dynamically formatted, which is a behavioral trait. However, it does not explain the return structure, error handling, or whether lookups are exact or partial matches, leaving significant ambiguity for an unannotated tool.

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 a single, well-structured sentence that front-loads the action ('Look up one or more items'), uses a parenthetical to list examples, and ends with a concise clause about dynamic formatting. Every word serves a purpose, with no redundancy.

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?

With no output schema, the description should clarify what the agent can expect as a result. It only mentions 'dynamic formatting of available fields' without specifying which fields are available or how the output is structured. It also does not address not-found cases or the relationship to specialized sibling lookups, leaving moderate gaps.

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?

The schema fully documents the only parameter 'names' with type, min/max item counts, and examples, giving 100% coverage. The description adds no additional meaning beyond restating 'by name' and 'one or more', so the baseline score of 3 is appropriate.

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 that the tool looks up items by name and lists example categories (arcanes, resources, blueprints), giving a specific verb and resource. It also mentions a distinctive behavior ('dynamic formatting'), but it does not explicitly contrast with sibling tools like lookup_warframe or lookup_mod, so it stops short of a 5.

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 the many sibling lookup tools (e.g., lookup_warframe, lookup_mod, market_price_check). The description simply states what the tool does without exclusions or alternatives, leaving the agent to infer usage context entirely.

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/mpeciakk/warframe-mcp'

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