Skip to main content
Glama
akhelij
by akhelij

apidog_apply_reorganization

Apply a user-approved reorganization plan to move API endpoints into new folders. Executes validated changes to update and organize API documentation.

Instructions

Apply a previously proposed and user-validated folder reorganization plan. Takes the changes array from apidog_propose_reorganization. ONLY call this after the user has explicitly approved the plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changesYesThe changes array from the proposal — each entry moves an endpoint to a new folder
Behavior2/5

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

With no annotations provided, the description must carry the behavioral disclosure burden, but it never explicitly states that applying the plan mutates folders/endpoints, whether the operation is reversible, or what side effects occur. The 'user approved' guardrail is useful but does not disclose the tool's operational behavior.

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?

Two sentences with no filler: the first states the action and object, the second gives the critical precondition. The most important constraint is front-loaded and every sentence earns its place.

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?

For a single-parameter tool with no output schema, the description plus schema is largely sufficient: it names the source array, the expected shape, and the approval precondition. It could add one sentence about the mutating effect or error behavior, but nothing essential is missing for constructing a correct call.

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% and the schema already describes changes as the proposal array where each entry moves an endpoint. The description's mention of the propose tool adds provenance, but it mostly restates the schema without adding new format, constraints, or defaults.

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 names the exact action ('apply'), the specific resource ('folder reorganization plan'), and distinguishes it from the sibling apidog_propose_reorganization by requiring the plan to be 'previously proposed and user-validated'. This makes the tool's role unambiguous.

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?

It gives a clear invocation condition: only after the user has explicitly approved the plan, and it points to the source of the changes array from apidog_propose_reorganization. This effectively tells the agent when to use this tool versus merely proposing changes.

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/akhelij/apidog-sync-mcp-server'

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