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 get ranked page titles, paths, and query-relevant sections.

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
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds valuable behavioral context: results ranking method, dependence on caching for content matches, and that returns 'most query-relevant sections' instead of blunt cutoff. No contradiction with 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?

The description is fairly concise with two paragraphs plus an Args section. It front-loads the purpose. The Args section could be integrated to reduce repetition, but overall it's efficient and well-structured.

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?

Given the tool has 2 parameters, an output schema exists, and the description explains caching behavior and return format (titles, paths, relevant sections), it covers key aspects. Minor gap: no mention of empty result handling, but not critical.

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 coverage is 0%, so the description carries full burden. It explains 'query' with examples like 'create order', 'oauth token', and 'max_results' with default and max value (5 and 10) which goes beyond the schema's basic type/default. This provides clear meaning for both parameters.

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 clearly states the verb 'Search' and the resource 'Adobe VIP Marketplace API documentation by keyword or topic'. It specifies how results are ranked (title/tag + content matches) and distinguishes from sibling tools like list_vipmp_docs (which lists docs, not search) and get_vipmp_page (specific page retrieval).

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?

The description explains when to use the tool (to search docs by keyword/topic) and mentions a prerequisite (call warm_vipmp_cache for strongest results). However, it does not explicitly state when not to use it or directly compare to siblings like list_vipmp_docs for browsing or get_vipmp_page for single-page lookup.

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

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