Skip to main content
Glama
softwareone-platform

Adobe VIP Marketplace Docs MCP Server

Get VIPMP code examples

get_vipmp_code_examples
Read-onlyIdempotent

Extract code examples in JSON, curl, bash, or Python from Adobe VIP Marketplace docs. Optionally filter by language for targeted snippets.

Instructions

Extract code examples (JSON / curl / bash / python / etc.) from a specific docs page. Optionally filter by language.

Args: docs_path: Docs path (e.g. "/vipmp/docs/customer-account/create-customer-account"). language: Optional filter — "json", "python", "bash", etc. Matches the language-<x> class on <code> elements.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docs_pathYes
languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description reinforces this by stating 'Extract' and provides additional behavioral details (filter by language, matching class). No contradiction.

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 concise (~4 sentences), front-loaded with the main purpose, and includes parameter explanations. No wasted words.

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 simplicity (2 params, output schema present), the description covers the behavior, parameters, and filtering. No need to detail return values due to output schema. Sufficient for correct agent invocation.

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 has 0% description coverage, but the description adds meaningful context: docs_path with an example, language with filter mechanics (matches class). This compensates fully for missing schema descriptions.

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 tool extracts code examples from a specific docs page, listing example languages. It distinguishes from siblings like get_vipmp_page (which returns the full page) and search_vipmp_docs (which searches across pages).

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 implies usage for extracting code examples from a specific page but does not explicitly state when to use it over alternatives (e.g., get_vipmp_page for full content, search_vipmp_docs for searching). No when-not-to-use guidance.

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