Steam User
steam_userSteam Profile: Steam community profile via public XML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
steam_userSteam Profile: Steam community profile via public XML
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations present, the description alone must disclose behavior; it only reveals that the data comes from public XML, hinting at public/no-auth access. It does not mention response handling, error cases, rate limits, or what profile fields can be expected, leaving most behavioral uncertainty unresolved.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The text is short, but brevity comes at the cost of completeness: the phrase 'Steam Profile' largely restates the title, and the added 'via public XML' is the only substantive detail. It is not appropriately sized for a tool that needs parameter guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The output schema may document return shape, but the call itself is under-specified: no annotation context, no parameter semantics, and no usage routing. For a one-parameter external profile lookup, an agent still needs to know what identifier to pass and how the XML source constrains input.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has a single undocumented parameter `q` with no description, and schema coverage is 0%. The description never explains what `q` accepts — SteamID64, vanity URL, custom URL, or a search term — nor why it has a default/optional value, so an agent cannot construct a correct query reliably.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a concrete resource, a Steam community profile, and the data source ('public XML'), so an agent can infer that the tool fetches/provides that profile. It is resource-specific and not a bare tautology, though it lacks an explicit verb and does not contrast itself with sibling user/profile tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use, when-not-to-use, or alternative routing is provided. The only usage signal is the platform name, which implies relevance to Steam profiles but gives no exclusions or comparisons to the many similar profile tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.