Skip to main content
Glama
hanoak

pixabay-mcp-server

by hanoak

Get Pixabay Image

pixabay_get_image
Read-only

Retrieve a specific Pixabay image by ID and access all available size tiers for immediate use.

Instructions

Fetch a single Pixabay image by id (e.g. one returned from pixabay_search_images), including every size tier Pixabay provides for it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe Pixabay image id to retrieve, e.g. from a pixabay_search_images result.
Behavior4/5

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

Annotations already mark this as read-only, so the description's added detail about returning every size tier provides useful behavioral context beyond what annotations convey. It doesn't cover error cases or rate limits, but those are less critical given the read-only hint.

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?

Single sentence, front-loaded with the action and resource, no unnecessary words. Every word earns its place.

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?

For a simple one-parameter fetch tool with read-only annotations and no output schema, the description covers the essential behavior: fetching a single image and returning all size tiers. It is adequately complete.

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

Parameters3/5

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

Schema coverage is 100%, and the description essentially restates that the id identifies the image. No new semantic detail is added, so baseline 3 is appropriate.

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 fetches a single Pixabay image by id, distinguishing it from search tools (which list images) and the video sibling. The phrase 'including every size tier' adds specific scope not visible from 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?

Gives concrete context by noting the id comes from pixabay_search_images, implying appropriate use after searching. It does not explicitly name alternatives or state when not to use it, but the context is clear enough for a simple fetch tool.

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/hanoak/pixabay-mcp-server'

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