Skip to main content
Glama
inhabitants

sapiens-mcp

by inhabitants

sapiens_stock_video

Read-only

Find and fetch ready-made stock B-roll clips by mood, orientation, duration, or loop-only. Use them as page backgrounds or video layers in compositions.

Instructions

Banco de clipe/B-roll stock (catálogo de vídeo curto pronto no CDN, baixável, free/interno). Leitura pública, sem auth. Sub-actions: categories (lista moods/usos: Ambiente & Atmosfera, Abertura & Fechamento, Textura & Abstrato, Natureza & Paisagem, Tech & Cripto), list (busca clipes com filtros mood/orientation/loopOnly/durationMax/search — devolve {count, items} com title/url/posterUrl/durationSeconds/orientation/loopFriendly/tags), get (1 clipe por videoId). Use pra puxar B-roll pronto em vez de gerar via sapiens_video: pega a url do clipe e usa como fundo/atmosfera de página, B-roll no ffmpeg de /sapiens:movie, ou frame de começo/fim no criar vídeo (orientation vertical=9:16 pra short, horizontal=16:9, loopOnly=true pra fundo que repete limpo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moodNoFiltra por mood exato (action=list).
limitNoDefault 20, max 100. Só action=list.
actionYeslist = busca clipes; get = 1 clipe por id; categories = moods/usos.
searchNoBusca em título/mood/tags/descrição (action=list).
videoIdNostockVideo:_id (obrigatório pra action=get).
loopOnlyNotrue = só clipes loopFriendly (loop limpo, bom pra fundo de página).
categoryIdNostockVideoCategories:_id pra filtrar por mood/uso (action=list).
durationMaxNoDuração máxima em segundos (ex: 8 pra fundo curto / clipe de começo).
orientationNoFiltra por formato: vertical (9:16), horizontal (16:9), square (1:1).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.38.0

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint and openWorldHint, and the description adds meaningful behavior beyond that: 'Leitura pública, sem auth', downloadable/free/internal status, and the exact return shape for list ({count, items} with fields). No contradiction 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?

Dense but well structured: concept first, then auth, sub-actions, and usage guidance. Every clause carries operational value and there is no filler.

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?

The tool has 3 actions, 9 parameters, and no output schema, yet the description covers all actions, the list return shape, filters, and concrete use cases. An agent has enough information to invoke it correctly without opening the schema.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds actionable semantics for key parameters: orientation maps to 9:16/16:9/1:1 and loopOnly maps to clean looping backgrounds for pages. Less central filters like mood, categoryId, and durationMax are left mostly to the schema, so a 4 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?

Description opens by naming the resource ('Banco de clipe/B-roll stock') and the operation ('catálogo de vídeo curto pronto no CDN, baixável'), and enumerates the three sub-actions. It differentiates from sibling sapiens_video by positioning this as the ready-made B-roll source rather than a generator.

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 pra puxar B-roll pronto em vez de gerar via sapiens_video' and lists concrete integration contexts (page background, ffmpeg B-roll, opening/closing frames). Also gives selection criteria such as orientation and loopOnly that help the agent choose the right clips.

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

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/inhabitants/sapiens-mcp'

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