Skip to main content
Glama

Stock Photos & Videos

get_videos

Search for stock videos on Pexels. Retrieves a list of high-quality stock videos matching a given query. Includes metadata like width, height, and aspect ratio. [CRITICAL]: The search results do NOT include a download link. You must pass the 'id' of the chosen video to the 'get_media_detail' tool to retrieve the actual download_link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number of results to request. Default is 1.
sizeNoMinimum video size.
queryYesThe search query. Examples: 'nature', 'technology', 'office'.
orientationNoDesired video orientation.

TDQS

A4.3/5.0
Behavior4/5

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

The description discloses a critical behavioral trait not obvious from the schema: 'The search results do NOT include a download link.' This is a significant gotcha that prevents misuse. However, since no annotations are provided, the description carries the full burden; it does not mention other potential behaviors like pagination or rate limits, though the schema covers the page parameter.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly concise with only three sentences. However, the first two sentences are somewhat redundant (both mention searching/retrieving videos). The [CRITICAL] marker is useful and front-loaded enough, but the repetition prevents a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity (4 params, no output schema), the description covers the essential use case, return metadata, and the critical follow-up requirement. It could be more explicit about the response structure (e.g., presence of the 'id' field) but it's implied. No output schema exists, so this is reasonably 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 description coverage is 100% (all four parameters: query, page, size, orientation have descriptions). The description adds no additional parameter semantics beyond the schema, so the baseline score of 3 applies.

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 clearly states a specific verb and resource: 'Search for stock videos on Pexels' and 'Retrieves a list of high-quality stock videos matching a given query.' It also differentiates from the sibling tool 'get_media_detail' by explicitly noting that the download link is obtained through that tool, not this one.

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?

The description provides explicit guidance on when to use this tool vs an alternative: 'You must pass the id of the chosen video to the get_media_detail tool to retrieve the actual download_link.' This clearly directs the agent to use get_media_detail when a download link is needed, establishing the proper workflow.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: two search endpoints differentiated by media type, one detail retrieval by ID, and one usage statistics. No overlap or ambiguity between them.

Naming Consistency4/5

Three tools follow the 'get_' prefix pattern (get_photos, get_videos, get_media_detail), but 'usage_statistic' deviates from this convention. The naming is still readable and predictable overall.

Tool Count5/5

Four tools is a well-scoped count for a stock media server, covering search, detail retrieval, and API monitoring without unnecessary bloat or excessive minimalism.

Completeness5/5

The tool surface fully covers the core workflow: searching for photos/videos, retrieving details and download links, and checking API rate limits. No critical operational gaps are apparent for the stated purpose.

Resources