Call any admin (v1) endpoint
specter_admin_callCall 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
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body per the admin reference | |
| path | Yes | Admin path without the /v1/ prefix, e.g. "match/add" | |
| injectProjectId | No | Inject the resolved projectId if absent from body (default true) |