Skip to main content
Glama

List Steam / steamwebapi concepts

list_concepts

Lists every curated concept exposed by get_concept, optionally filtered by category. Use to discover what domain explanations are available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter the list by concept category.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It discloses the full scope ('every curated concept'), the optional filter by category, and the discovery-oriented behavior. It does not detail return structure, pagination, or side effects, but for a simple list tool the core behavior is 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 exactly two sentences, front-loaded with the verb and resource, and includes the key usage guidance. Every word earns its place with no fluff or repetition.

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?

Given the simple one-parameter schema and lack of output schema/annotations, the description covers the purpose, scope, and filter sufficiently. It could further describe the exact return shape, but for a concept discovery list the phrase 'lists every curated concept' and 'domain explanations' gives the agent enough context to select and invoke it.

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%; the one parameter 'category' is already well-documented with an enum and description. The tool description only says 'optionally filtered by category,' which adds no additional meaning beyond what the schema provides, 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.

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 action ('Lists') and resource ('every curated concept exposed by get_concept'), while distinguishing it from the sibling get_concept by framing this as the discovery-level counterpart. The optional category filter is also mentioned, giving a precise scope.

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 explicitly says 'Use to discover what domain explanations are available,' which gives a clear when-to-use signal. It does not explicitly mention when not to use it or compare with alternatives, but the tie to get_concept and the discovery purpose is enough context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct resource/action: execution, concept lookup, endpoint spec, pricing, and enumeration of games, markets, products, endpoints, and concepts. No overlapping purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (call_, get_, list_, search_), making the naming predictable and easy to navigate.

Tool Count5/5

10 tools is well-scoped for an API exploration server, covering execution, lookup, search, enumeration, and pricing without redundancy.

Completeness5/5

The server covers the full workflow: discover endpoints, search concepts, list supported games/markets/products, retrieve detailed specs and pricing, and execute readonly API calls. No obvious gaps for its intended purpose.

Resources