Skip to main content
Glama

get_own_profile

Retrieve the player summary for your configured Steam account, including profile details and stats. Uses your Steam API key and Steam ID.

Instructions

Get the player summary for the configured Steam account.

Requires STEAM_API_KEY and STEAM_ID to be set.

Return Format

{"success": bool, "message": str, "data": {"player": {...}} | None}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Since no annotations are provided, the description carries the full burden. It discloses prerequisites and the return format, but does not mention error behavior, side effects, or rate limits. The disclosure is 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?

The description is concise, with three short sentences. The purpose is front-loaded, followed by requirements and return format. Every word is informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters and an explicit return format in the description, the tool definition is fully complete. It explains what the tool does, its prerequisites, and what the output looks like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With zero parameters, baseline score is 4. The description adds no parameter information, but none is needed due to the empty 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 verb 'Get' and resource 'player summary for the configured Steam account' precisely state the tool's action. It distinguishes from siblings like 'get_player_summaries' by specifying the account is the configured one, implying no input parameters are needed.

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 requires STEAM_API_KEY and STEAM_ID to be set, which guides when the tool can be used. It does not provide explicit exclusions or alternatives, but the requirement effectively communicates the context.

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

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