Skip to main content
Glama

get_group

Look up an Eve Online inventory group by ID or name and retrieve all types within that group.

Instructions

Get an Eve Online inventory group by ID or name, with all types in that group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idNogroupID to look up
nameNoGroup name to search for (if group_id not provided)
include_typesNoInclude all types in this group
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions returning a group with all types but omits details like behavior when both ID and name are provided, error cases, or any rate limits/caching. Some behavioral info is present, but gaps remain.

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 sentence that is front-loaded with the verb and resource, contains no fluff, and effectively communicates the core functionality. Every word earns its place.

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 explain return structure but only mentions 'with all types in that group'. It does not cover behavior when no parameters are provided or conflict resolution. Adequate for a simple lookup but not fully complete.

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 adds context about lookup by ID or name but does not significantly enhance understanding beyond the schema itself. The include_types default is noted but already described in 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 verb 'Get', the resource 'Eve Online inventory group', and the methods 'by ID or name', with the inclusion of types. This distinctly identifies the tool's purpose and differentiates it from siblings like get_category or get_type.

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 explicit guidance on when to use this tool versus alternatives. The description does not mention prerequisites, fallback behavior, or when to prefer get_group over other inventory lookup tools like search_types or get_category.

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/ramonvanalteren/eve-sde-mcp'

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