Skip to main content
Glama
Apitomy

Apitomy Data Models MCP

Official
by Apitomy

document_add_extension

Add vendor extensions (x-* properties) to any node in an OpenAPI or AsyncAPI document.

Instructions

Add a vendor extension (x-* property) to any node in the document

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesExtension name (must start with x-)
valueYesJSON string with the extension value
sessionYesSession name
nodePathYesNode path to the parent (e.g. /info, /paths[/pets]/get)
Behavior2/5

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

No annotations provided. Description only says 'Add' without disclosing behavior on duplicate extensions, validation of JSON value, or error handling. Insufficient for a mutation tool with zero annotations.

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?

Single sentence, highly concise. Front-loaded with key information. Could benefit from slight expansion for context, but no waste.

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?

No output schema, no annotations. Missing details on node path validity, session handling, and effect on existing extensions. Incomplete for a tool with 4 required params and many siblings.

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 covers all 4 parameters with descriptions. Description adds no extra meaning beyond the schema, so baseline 3 is appropriate.

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?

Description clearly states 'Add a vendor extension (x-* property) to any node', specifying the verb (add) and resource (extension). It distinguishes from siblings like update and remove.

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

Usage Guidelines3/5

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

No explicit when-to-use or when-not-to-use guidance. Implication of usage for custom metadata, but no mention of alternatives like update or remove.

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/Apitomy/apitomy-data-models-mcp'

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