Skip to main content
Glama
VictorNain26

pexels-mcp-server

by VictorNain26

Get Pexels Featured Collections

pexels_get_featured_collections
Read-onlyIdempotent

Discover editor-curated Pexels collections and retrieve their metadata including IDs, titles, descriptions, and media counts. Use an ID to fetch the collection's media.

Instructions

Discover Pexels' editor-curated collections.

USE WHEN you need a collection id and don't have one — Pexels has no
public list-all-collections endpoint, so /featured is the only
discovery path. Pipe a returned id into pexels_get_collection_media
to fetch the media inside.

Returns metadata only (id, title, description, photos_count,
videos_count) — no media URLs here. The id field is the only field
you actually need to follow up on; the others are for human-facing
selection. No filters, just pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
per_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
countYes
has_moreYes
per_pageYes
next_pageNo
collectionsYes
total_resultsNo
Behavior5/5

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

Beyond annotations (readOnlyHint, openWorldHint, idempotentHint, destructiveHint false), the description adds key behavioral traits: returns metadata only (no media URLs), the id field is the only needed follow-up, others are for human-facing selection, and 'no filters, just pagination'. No contradictions with annotations.

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?

Four sentences, each adding value. The first sentence states purpose, second gives usage guidance, third details return value, fourth clarifies limitations. No redundancy.

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 that an output schema exists (return values are predefined), the description covers all necessary context: purpose, when to use, what it returns, what to do with the result, and limitations. Complete for a paginated list tool.

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

Parameters2/5

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

Schema description coverage is 0%, so description must compensate for the two parameters (page, per_page). It only mentions 'just pagination' but does not name or explain the parameters, their defaults, or their effect. This is insufficient for a low-coverage tool.

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 uses a specific verb ('Discover') and resource ('Pexels' editor-curated collections'). It clearly distinguishes from sibling tools by explaining that this is the only discovery path to get a collection ID, contrasting with pexels_get_collection_media for fetching media.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use: 'USE WHEN you need a collection id and don't have one'. Also gives direct guidance to pipe the returned id into pexels_get_collection_media, and explains why it's the only discovery path.

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/VictorNain26/pexels-mcp-server'

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