Skip to main content
Glama
softwareone-platform

Adobe VIP Marketplace Docs MCP Server

Rebuild VIPMP structured index

rebuild_vipmp_index
Idempotent

Rebuilds the pre-extracted index of endpoints, error codes, and schemas by walking every page in the current sitemap to refresh structured tools when data is stale.

Instructions

Rebuild the pre-extracted index of endpoints, error codes, and schemas by walking every page in the current sitemap. Saves to ~/.cache/swo-adobe-vipm-docs-mcp/index.json.

Run this if:

  • The structured tools (list_vipmp_endpoints, list_vipmp_error_codes, get_vipmp_schema) are returning stale data

  • You just ran refresh_vipmp_sitemap and want the structured tools to pick up new pages

  • The package-shipped baseline index is older than you'd like

Takes ~60 seconds from cold cache, ~15-20 seconds from warm cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare idempotence and non-destructive nature. Description adds important behavioral context: ~60s cold cache, ~15-20s warm, and that it walks every page. No contradictions 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.

Conciseness5/5

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

Concise yet thorough: main action in first sentence, use cases in bullet list, timing info at end. No wasted words; front-loaded with purpose.

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 zero parameters, output schema exists, and detailed annotations, the description covers purpose, usage triggers, behavioral traits, and performance. No gaps for a rebuild operation.

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

Parameters4/5

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

No parameters (0), so schema coverage is 100%. Description compensates by explaining what the tool does and its performance characteristics, earning above baseline.

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?

Clearly states it rebuilds an index of endpoints, error codes, and schemas by walking the sitemap. Specifically names affected tools (list_vipmp_endpoints, etc.) and saves to a known location, distinguishing it from siblings.

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?

Explicitly gives three conditions for when to run: stale data, after refresh_vipmp_sitemap, or old baseline. While it doesn't list negative conditions, the guidance 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.

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