Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PEXELS_API_KEYYesYour Pexels API key

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pexels_search_photosC

Search for photos on Pexels

pexels_search_videosB

Search for videos on Pexels

pexels_get_photoA

Get details for a specific photo by ID

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: retrieving a single photo by ID, searching photos, and searching videos. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow the 'pexels_verb_noun' pattern consistently, making the naming predictable and easy to understand.

Tool Count5/5

With only 3 tools, the server is tightly scoped to core Pexels operations. This is appropriate for a focused API wrapper.

Completeness3/5

Covers search for both photos and videos and retrieval of a specific photo, but lacks a tool to get a specific video by ID, which is a notable gap given symmetrical functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues