Skip to main content
Glama

Call any admin (v1) endpoint

specter_admin_call

Call any admin API endpoint not covered by dedicated tools. Confirm with the user before mutating live configuration.

Instructions

Escape hatch for the dashboard/admin API: POST to any /v1 admin endpoint that lacks a dedicated tool (e.g. match/add, member/invite/send, reward-set/create, games/add, tag/create, ugc-leaderboard/create, app-event/custom/subscribe-all, bulk-upload/*). Find the exact path + request body in the specter-admin references (references/endpoints-index.md and admin-endpoints.md). projectId is auto-injected when omitted. MUTATES live config — ALWAYS confirm with the user first, treat any path containing '/delete' as destructive, and prefer staging.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body per the admin reference
pathYesAdmin path without the /v1/ prefix, e.g. "match/add"
injectProjectIdNoInject the resolved projectId if absent from body (default true)
Behavior4/5

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

Discloses mutation (mutates live config), auto-injection of projectId, and destructive nature of delete paths. Annotations indicate readOnlyHint=false and destructiveHint=false, but description adds critical context. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is moderately long but well-structured with clear sections: purpose, usage instructions, warnings. Every sentence adds essential information without redundancy.

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?

As a generic tool, providing exhaustive output details is impractical. Description offers references for endpoints and essential safety warnings, making it sufficiently complete for the intended use.

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?

Schema has 100% description coverage for all 3 params. Description adds value by explaining path format (without /v1/ prefix) and auto-injection behavior for injectProjectId, beyond what schema provides.

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 identifies the tool as an escape hatch for any /v1 admin endpoint lacking a dedicated tool. It lists example paths and references endpoint indices, making the purpose specific and distinct from sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to find exact path and body in references, warns about mutation, requires user confirmation, flags 'delete' as destructive, and advises to prefer staging. Provides clear when-to-use and precautions.

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