Skip to main content
Glama
softwareone-platform

Adobe VIP Marketplace Docs MCP Server

Search VIPMP docs

search_vipmp_docs
Read-onlyIdempotent

Search Adobe VIP Marketplace API docs by keyword to retrieve matching page titles, paths, and query-relevant sections. Warm the cache first for improved content matches.

Instructions

Search the Adobe VIP Marketplace API documentation by keyword or topic. Ranks pages by title/tag matches plus content matches (for any page already in the local cache — call warm_vipmp_cache once to pre-fetch every page for the strongest results).

Returns matching page titles, paths, and the most query-relevant sections from each page (not a blunt character cutoff).

Args: query: Search terms, e.g. "create order", "oauth token", "3YC eligibility" max_results: Maximum number of pages to return (default 5, max 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
max_resultsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

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

TDQS

A4.8/5.0
Behavior5/5

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

The description adds valuable behavioral detail beyond the annotations: it explains the ranking algorithm (title/tag matches plus content matches), the dependency on the local cache, and the response style (query-relevant sections rather than a blunt character cutoff). This is genuinely transparent about how the tool behaves, and it does not contradict the readOnly/openWorld/idempotent annotations.

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 and appropriately sized. It front-loads the core purpose, then adds ranking and return behavior, then documents parameters. Every sentence contributes useful information — from the cache recommendation to the result-shape clarification — with no filler or repetition.

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 tool's moderate complexity, the annotations, output schema, and sibling context, the description is complete. It explains how to maximize result quality, what kind of results are returned, and the parameter constraints. There is no missing information an agent would need to decide on and invoke this tool correctly.

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 carries the full burden for parameter meaning. It does this well: 'query' is explained as search terms with concrete examples, and 'max_results' is given a default and an upper bound. This adds substantial meaning beyond the raw schema definitions.

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 ('Search'), a clear resource ('Adobe VIP Marketplace API documentation'), and a method ('by keyword or topic'). It also differentiates the tool from siblings by explaining how results are ranked and what is returned — page titles, paths, and relevant sections — rather than just repeating the tool name.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool: search documentation by keyword or topic, with an explicit recommendation to call warm_vipmp_cache once for best results. It does not name sibling tools as alternatives or list exclusion criteria, but the usage context is clear and actionable.

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