Skip to main content
Glama
mpeciakk

warframe-mcp

by mpeciakk

lookup_warframe

Retrieve stats, abilities, component drop sources, build requirements, and vault status for one or more Warframes by entering their names.

Instructions

Look up one or more Warframes by name: stats, abilities, component drop sources, build requirements, and vault status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesYesWarframe name(s) (e.g. ['Rhino Prime', 'Wisp'])
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does describe what kinds of data are returned, which is useful, but it does not mention whether the operation is read-only, any potential side effects, rate limits, or error conditions. The description is adequate but not richly transparent.

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-organized sentence that front-loads the core action and resource, then lists the scope of information. There is no fluff or redundancy.

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?

The tool is a simple lookup with one parameter and no output schema. The description lists the categories of information returned, which is sufficient for basic understanding. However, it does not mention any limitations, such as how many names can be looked up at once (although the schema specifies maxItems=10) or what happens if a name is not found. Minor gaps prevent a 5.

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 coverage for the single 'names' parameter is 100%, and the schema already provides a clear description with examples. The tool description adds the phrase 'by name,' which slightly reinforces parameter semantics, but this is already implied in the schema. Thus, the description adds minimal 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?

Description states a specific verb ('Look up') and resource ('Warframes by name'), and enumerates the exact kind of information returned (stats, abilities, component drop sources, build requirements, vault status). This clearly distinguishes it from sibling lookup tools for weapons, mods, and items.

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 usage context is clear: use this tool when you need information about Warframes. However, it does not explicitly mention when not to use it or point to alternatives (e.g., lookup_weapon for weapons), so it falls short of a perfect score but is above the 'no guidance' level.

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