Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PIXABAY_API_KEYYesAPI key for Pixabay, obtainable from https://pixabay.com/api/docs/

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_imagesB
Search for images on Pixabay.

Args:
    query: Search term (e.g., "yellow flowers", "cat")
    image_type: Filter by type - "all", "photo", "illustration", "vector"
    orientation: Filter by orientation - "all", "horizontal", "vertical"
    category: Filter by category - backgrounds, fashion, nature, science, education, feelings, health, people, religion, places, animals, industry, computer, food, sports, transportation, travel, buildings, business, music
    colors: Filter by colors (comma-separated) - grayscale, transparent, red, orange, yellow, green, turquoise, blue, lilac, pink, white, gray, black, brown
    per_page: Number of results per page (3-200)
    page: Page number
    safesearch: Enable safe search filter

Returns:
    Search results with image URLs and metadata
search_videosB
Search for videos on Pixabay.

Args:
    query: Search term (e.g., "nature", "city")
    video_type: Filter by type - "all", "film", "animation"
    category: Filter by category - backgrounds, fashion, nature, science, education, feelings, health, people, religion, places, animals, industry, computer, food, sports, transportation, travel, buildings, business, music
    per_page: Number of results per page (3-200)
    page: Page number
    safesearch: Enable safe search filter

Returns:
    Search results with video URLs and metadata

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one searches for images and the other searches for videos. There is no overlap in functionality, and the descriptions explicitly differentiate between media types, making it impossible for an agent to confuse them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with 'search_' prefix followed by the media type (images/videos). The naming is perfectly uniform and predictable across the tool set.

Tool Count2/5

With only two tools, this server feels thin for a media search service. While search is core, there are obvious gaps like fetching specific media by ID, getting trending content, or managing downloads. The count is too low for comprehensive coverage of the Pixabay domain.

Completeness2/5

The tool surface is severely incomplete for a Pixabay API server. It only provides search functionality, missing essential operations like retrieving specific images/videos by ID, getting user uploads, or accessing categories/trends. Agents will hit dead ends when trying to perform basic media retrieval tasks beyond searching.

Maintenance

ActivityInactive
ResponsivenessNo issues