Skip to main content
Glama
liliangshan

MCP Project Standards Server

by liliangshan

api_execute

Execute API requests by index from a configured list to streamline debugging, with overrides for method, URL, headers, query, or body.

Instructions

Execute API requests by index from configured API list. Examples: execute API at index 0, execute with overrides {"method":"POST","body":{"key":"value"}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYesIndex of the API to execute from the configured list (required)
overridesNoOptional parameters to override the configured API settings
Behavior2/5

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

No annotations are provided, so the description must fully convey behavioral traits. The description only states it executes API requests, implying network calls and potential state changes, but omits details on idempotency, side effects, authentication, rate limits, or error handling. Given the high burden, this is insufficient.

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?

The description is concise, with two sentences: one for purpose and one for examples. It is front-loaded and contains no redundant information. However, the structure could be improved by separating usage guidelines, but overall it's efficient.

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

Completeness2/5

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

Given no output schema, the description should mention what the tool returns (e.g., API response). It does not. The tool has nested overrides objects, but no explanation of defaults or merging behavior. The description is incomplete for a tool that performs external requests and has sibling tools with different purposes.

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% with descriptions for both parameters. The description adds an example of overrides (method, body), which provides practical context beyond schema. However, it doesn't clarify behavior when overrides are omitted or how they merge with configured settings. This meets baseline but doesn't significantly exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it executes API requests by index from a configured list, and provides examples. The verb 'Execute' and resource 'API requests' are specific. While it doesn't explicitly differentiate from sibling tools like api_config, api_debug, etc., the action is distinct enough for an agent to infer purpose.

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

Usage Guidelines2/5

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

The description gives examples of usage (execute at index, with overrides) but lacks guidance on when to use this tool versus alternatives like api_debug or api_config. No when-not-to-use or prerequisite conditions are mentioned.

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/liliangshan/mcp-server-project-standards'

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