Skip to main content
Glama

voog_admin_api_call

Destructive

Forward HTTP requests to Voog Admin API endpoints not covered by existing tools. Supports GET, POST, PUT, PATCH, DELETE with optional JSON body and query parameters.

Instructions

Generic Admin API passthrough. Forward an HTTP request to https:///admin/api using the configured site's API token. method ∈ {GET, POST, PUT, PATCH, DELETE}; body is JSON-serialised on POST/PUT/PATCH. Use this when no typed tool covers the endpoint (orders, forms, tickets, elements, tags, media_sets, webhooks, etc.). Conservative annotations (destructiveHint=true) — Claude will confirm before calling.

method='GET' is DEPRECATED in v1.4 — use voog_admin_api_read instead; GET support is removed in v1.5.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesSite name from voog_list_sites
methodYesHTTP method
pathYesEndpoint path starting with '/', e.g. '/forms', '/articles/42', '/redirect_rules/9'. Must NOT be an absolute URL — base host comes from the site config.
bodyNoOptional JSON body for POST/PUT/PATCH. Voog uses different envelope conventions per endpoint — see docs/voog-mcp-endpoint-coverage.md.
paramsNoOptional query parameters as a flat string-keyed object, e.g. {'include': 'translations', 'q.page.hidden.$eq': 'true'}.
Behavior4/5

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

Annotations already set destructiveHint=true. Description adds value by explaining that Claude will confirm before calling due to destructive potential, and notes GET deprecation. However, it does not detail other behaviors like rate limits or error responses, but with annotations present, the added context is sufficient.

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?

Description is well-structured, front-loaded with main purpose, followed by usage guidance and deprecation warning. Every sentence adds value without redundancy.

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

Completeness3/5

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

No output schema is provided, so description should explain return values or response behavior. It mentions forwarding an HTTP request but not what is returned (e.g., parsed JSON) or error handling. For a generic tool, this is a notable gap, though sibling differentiation is well handled.

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 coverage is 100% so baseline is 3. Description adds meaning by explaining URL construction, body serialization rules, and referencing a coverage doc for endpoint-specific envelope conventions, thus enriching the schema descriptions.

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 a generic Admin API passthrough, specifies the URL pattern and HTTP methods, and explicitly distinguishes itself from typed tools by stating when to use it (when no typed tool covers the endpoint).

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?

Provides explicit guidance: 'Use this when no typed tool covers the endpoint' and lists examples. Additionally warns about GET deprecation and suggests an alternative tool (voog_admin_api_read), giving clear context on when to use vs. not use.

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/runnel/voog-mcp'

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