Skip to main content
Glama
pixelvault-dev

@pixelvault-dev/local-mcp

Get image

get_image

Retrieve metadata and CDN URL for a PixelVault image by its ID. The CDN URL supports on-the-fly transforms like resize, format conversion, and effects.

Instructions

Get metadata (CDN URL, size, MIME type, dimensions) for one PixelVault image by id (GET /v1/images/:id). The returned CDN URL supports on-the-fly transforms via query params — e.g. ?w=400&fit=cover (resize/crop), ?fmt=webp (format), ?segment=foreground (AI background removal → transparent PNG), and effects like ?blur=30&saturation=0&rotate=90. Or call transform_image to build a valid transform URL for you. See https://pixelvault.dev/docs#transforms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesImage id to fetch, e.g. img_abc123.
Behavior4/5

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

Describes that it is a GET request, implying read-only and safe behavior. Lists the specific metadata returned. Could be more explicit about error handling or rate limits, but no annotations exist to contradict.

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, front-loaded with purpose, includes examples and cross-reference to another tool and docs. No wasteful sentences.

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?

No output schema, but description explains all relevant return values (metadata, transforms). References alternative tool and documentation for further details. Complete for a simple get-by-id tool.

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?

Schema has 100% coverage with parameter description. Description adds value by explaining the return structure and transforms, which relates to the parameter's output.

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?

Explicitly states 'Get metadata (CDN URL, size, MIME type, dimensions) for one PixelVault image by id' with specific verb and resource. Distinct from siblings like list_images, upload_image, delete_image, sign_url, transform_image.

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?

Mentions alternative tool transform_image for building transform URLs, and includes a docs link for further guidance. Does not explicitly list when to use other siblings like list_images, but provides clear context.

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/pixelvault-dev/mcp-local'

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