Skip to main content
Glama

steam_grantInventoryItem

Grant inventory items to Steam players using the partner API for dev/test or server-side rewards. Requires publisher API key and allowlisted IP.

Instructions

Grant an inventory item to a player via the partner API. Intended for dev/test or server-side rewards. Requires a publisher API key with server IP allowlisted in Steamworks partner settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appidYesSteam application ID
steamidYes64-bit Steam ID of the player to grant the item to
itemdefidYesItem definition ID from your Steamworks item schema
quantityNoNumber of items to grant (default: 1)
notifyNoWhether to notify the player of the grant (default: true)
Behavior3/5

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

No annotations exist, so description carries full burden. It discloses the API type and authentication needs, but does not mention side effects (e.g., item grant is irreversible? any rate limits?). Adequate but not rich.

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?

Two sentences: first states action and purpose, second covers prerequisites. No fluff, front-loaded with essential information.

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?

For a tool with 5 parameters and no output schema, the description provides purpose, intended use, and auth requirements. Lacks details on return value or error handling, but overall sufficient.

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 covers all 5 parameters with descriptions (100% coverage). Tool description adds no additional parameter details beyond the schema, so baseline score of 3 applies.

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 clearly states the action ('Grant an inventory item') and the mechanism ('via the partner API'), with specific intended uses ('dev/test or server-side rewards'). No sibling tool performs this function, ensuring differentiation.

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?

Explicitly mentions intended use cases (dev/test, server-side rewards) and required authentication setup (publisher API key, IP allowlisting). Does not provide negative guidance or alternatives, but context is sufficient for most agents.

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/TMHSDigital/steam-mcp'

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