Skip to main content
Glama
ixlammm

apidog-mcp

by ixlammm

apidog_update_endpoint

Patch an existing API endpoint operation by export-modify-validate-import. Null values remove fields.

Instructions

Patch an existing endpoint operation by export-modify-validate-import. Null values remove fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
patchYesOpenAPI operation object. A default 200 response is added if responses is omitted.
methodYes
optionsNo
branchIdNoOptional Apidog branch ID. Falls back to apidog.json.
moduleIdNo
projectIdNoApidog project ID. Falls back to apidog.json.
oasVersionNo3.1
exportFormatNoJSON
environmentIdsNo
addFoldersToTagsNo
includeApidogExtensionPropertiesNo
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It mentions that null values remove fields and that the patch goes through export-modify-validate-import, but it omits critical side effects, permission requirements, reversibility, and response behavior for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise, a single sentence that front-loads the core action and key behavior. However, it is too terse for a tool with 12 parameters and nested options, and it sacrifices necessary detail in favor of brevity.

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

Completeness1/5

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

For a complex mutation tool with no annotations, no output schema, and many parameters, this description is severely incomplete. It does not explain return values, side effects, the actual processing workflow, or any of the important option fields, making it inadequate for an agent to use safely and correctly.

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

Parameters2/5

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

Schema description coverage is only 25% (3 of 12 parameters have descriptions). The description adds the important nuance that null values remove fields for the patch parameter, but it does not compensate for the other undocumented parameters like path, method, options, branchId, or projectId, leaving significant gaps.

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 uses the specific verb 'patch' and identifies the resource as 'an existing endpoint operation', which is clear. It hints at a workflow (export-modify-validate-import) but does not explicitly differentiate from sibling tools like upsert_endpoint or patch_openapi, so it loses a point for lack of sibling distinction.

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?

There is no guidance on when to use this tool versus add_endpoint, upsert_endpoint, delete_endpoint, or patch_openapi. It implies the endpoint exists, but it does not state exclusions, prerequisites, or alternative tool selection criteria.

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/ixlammm/apidog-mcp'

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