Skip to main content
Glama

Call any client (v2) endpoint

specter_client_call

Send POST requests to any /v2/client/* endpoint as the sandbox test player, enabling client calls not covered by dedicated tools.

Instructions

Escape hatch for the game-facing API: POST to any /v2/client/* endpoint as the sandbox test player. Use for client calls that lack a dedicated tool (e.g. player/me/get-inventory, friends/send-request, stores/default-purchase, leaderboards/get-rankings, competitions/enter). Find the exact path + body in the client-api-index / curated-client-api references. asPlayer=true (default) sends the test-player token; false = api-key-only catalog reads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body per the client API reference
pathYesPath without the /v2/client/ prefix, e.g. "player/me/get-inventory"
asPlayerNoSend the test-player bearer token (default true)
Behavior4/5

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

Annotations indicate readOnlyHint=false and openWorldHint=true, which align with the description of a POST operation that mutates game state. The description adds transparency by revealing that it sends the test-player bearer token by default and that asPlayer=false switches to api-key-only catalog reads. It does not contradict annotations.

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 two concise sentences plus a key note on asPlayer. Every sentence adds value: the first defines the purpose, the second provides usage guidance and examples, the third clarifies authentication behavior. No wasted words.

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 that this is an escape hatch tool with 3 parameters and no output schema, the description is complete enough. It points to external references for exact paths and bodies. It could mention error handling or response format, but for an escape hatch tool, the provided guidance is sufficient.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds significant value beyond the schema: it explains that path should be without the '/v2/client/' prefix, that body should be found in client API references, and that asPlayer defaults to true (test player) but false for catalog reads. This is highly informative.

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 it is an 'escape hatch' for the game-facing API, specifically POST to any /v2/client/* endpoint as the sandbox test player. It provides concrete examples like 'player/me/get-inventory' and distinguishes itself from the many dedicated sibling tools that exist for specific endpoints.

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 for client calls that lack a dedicated tool', giving clear direction on when to use it. It also explains the asPlayer parameter (true for test player, false for api-key-only reads). While it doesn't explicitly list when not to use it, the implication that dedicated tools should be preferred is strong given the sibling list.

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/dirtcubeinteractive/specter-skills'

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