Skip to main content
Glama
softwareone-platform

Adobe VIP Marketplace Docs MCP Server

Validate VIPMP request body

validate_vipmp_request
Read-onlyIdempotent

Validate a JSON request body against the documented VIPMP schema for any endpoint. Flags missing required fields, type mismatches, constraint violations, unknown fields, and deprecated usage.

Instructions

Cross-check a JSON request body against the documented VIPMP schema.

Finds the endpoint's schema in the pre-built index and checks every field against its documented type, required-ness, and constraints (character limits, numeric ranges). Flags unknown fields, missing required fields, type mismatches, constraint violations, and deprecated-field usage.

Scope: top-level fields only. Nested objects are noted as "not recursively validated" — check their schemas separately via get_vipmp_schema.

Args: endpoint: "METHOD /path" (e.g. "POST /v3/customers"). body_json: The request body to check, as a JSON string.

Example: validate_vipmp_request( endpoint="POST /v3/customers", body_json='{"resellerId": "5556667778", "externalReferenceId": "342"}', )

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endpointYes
body_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.17.0
  2. Removedv0.13.1
  3. First observedv0.9.0

TDQS

A5/5.0
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description discloses meaningful behavior: it checks types, required-ness, constraints, unknown fields, and deprecated fields, and explicitly states that nested objects are not recursively validated. This gives the agent a clear model of what the tool will and will not do.

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 well-structured with a clear purpose statement, scope note, argument definitions, and an example. It is detailed without being bloated, and every section adds operational value.

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

Completeness5/5

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

Given the two required parameters, the output schema, and the safety annotations, the description includes everything needed to invoke the tool correctly: purpose, input format, scope limitations, and an example. It even routes the agent to the right sibling for nested validation.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully carries the parameter documentation burden. It defines endpoint as 'METHOD /path' with a concrete example, and body_json as the request body as a JSON string, also shown in the example. This is sufficient for correct invocation.

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 states a specific verb and resource: 'Cross-check a JSON request body against the documented VIPMP schema.' It clearly distinguishes itself from siblings like get_vipmp_schema and generate_vipmp_request by describing validation behavior and explicitly noting its top-level field scope.

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 gives concrete guidance on when to use the tool and what it does not cover: 'Scope: top-level fields only' and nested objects should be checked via get_vipmp_schema. It also specifies how to format the endpoint argument with 'METHOD /path' and provides an example call.

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

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/softwareone-platform/swo-adobe-vipm-docs-mcp'

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