Skip to main content
Glama

PPN Hub — public APIs over MCP

execute_api

Execute a request against any of the 59 registered APIs. Use search_apis first to find the correct api name and operationId. Requires 'Authorization: Bearer ppn_live_*'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiYesAPI name: marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, cryonia, faunaunify, literatia, plantunify, ppn-hub-workers, foodsense, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, biocolo, nishinoshima-gateway-production, celestora, orbitalio, perks
bodyNoRequest body for POST/PUT/PATCH
paramsNoQuery and path parameters as key-value pairs
operationIdYesoperationId from search_apis results

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the authentication requirement (Bearer token) and implies side effects via 'execute a request,' but lacks details on error behavior, rate limits, or whether it is read-only or mutating. This is minimal but non-contradictory.

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 sentences, immediately states the core purpose, and avoids redundancy. It front-loads the primary action and follows with critical usage guidance, with zero wasted words.

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?

Given the tool's generic nature (any of 59 APIs) and no output schema, the description covers essential aspects: purpose, prerequisite discovery, and auth. However, it omits expectations about response format or error handling, which are critical for a generic executor. It is adequate but lacks completeness for high-variance behavior.

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

Parameters3/5

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

Schema coverage is 100%, so the schema already documents all parameters. The description adds little beyond the schema; it repeats the instruction to use search_apis but does not enrich parameter meaning. The baseline of 3 is appropriate because the schema does the heavy lifting.

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 the tool's purpose: 'Execute a request against any of the 59 registered APIs.' It uses a specific verb+resource pattern and distinguishes itself from siblings by clarifying its role as the executor, while search_apis is for discovery.

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?

The description explicitly instructs to 'Use search_apis first to find the correct api name and operationId,' providing clear prerequisite guidance. It also notes the required authorization header, which is essential for correct invocation. This covers when to use the tool and implies alternatives for discovery.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clearly distinct role: search_apis for discovery, execute_api for direct execution, and environment_brief as a specialized aggregate. No overlap or ambiguity.

Naming Consistency4/5

execute_api and search_apis follow a verb_noun pattern, while environment_brief is a noun phrase, which is a minor deviation. Still predictable and readable.

Tool Count5/5

Only 3 tools, but they are perfectly scoped for a gateway to hundreds of endpoints: discover, execute, and a convenience wrapper. No bloat or redundancy.

Completeness5/5

The search and execute pair covers all 507 endpoints, and environment_brief adds unique value by fanning out to multiple APIs. No critical gaps in the tool surface.

Resources