Skip to main content
Glama
inhabitants

sapiens-mcp

by inhabitants

sapiens_repertorio

Capture and manage your personal media and AI tool collection using natural language, with automatic metadata lookup from providers.

Instructions

Acervo pessoal de filme/série/anime/jogo/livro/música (Repertório, o segundo cérebro do user). Reads: list (filtros mediaType/status), search (texto em title/genres/tags), get (detalhe), popArticles, resolve (busca capa/ano/id nos providers server-side: OMDb/IGDB-Twitch/AniList/Google Books/iTunes). Mutations (qualquer logado, mexem no PRÓPRIO acervo): add_item, update_item (status/rating/tags/note/isPublic), remove_item. CAPTURA ONE-SHOT travada na lista de providers: quando o user fala natural ('acabei de ver Duna 2, nota 9', 'tô jogando Hollow Knight', 'li tal livro'), (1) infira mediaType e status (assisti/zerei/li=completed, quero=backlog, tô jogando/vendo=active, dropei=dropped) e rating se citado; (2) chame action=resolve {mediaType, query}, escolha o candidato certo e faça add_item passando SÓ o source + externalId DELE + os campos pessoais (status/rating/tags/note). O servidor re-resolve no provider e grava título/capa/ano canônicos — você NÃO manda título/capa nem inventa externalId. (3) Se o resolve não achar (lista vazia/providerKeyMissing), NÃO dá pra adicionar: diga ao user que não encontrou nos providers (não fabrique entry manual). Upsert/dedup por (userId, source, externalId). Só pergunte se ambíguo entre candidatos. FERRAMENTAS DE IA (Repertório de Ferramentas): fluxo separado (vêm do catálogo aitag, não dos providers de mídia). action=search_tools {query} acha a ferramenta no catálogo e devolve o toolId; action=add_tool {toolId, favorite?, rating?, note?} grava como mediaType 'tool' (estar no acervo já é 'usei'; favorite=true liga a estrela). Use quando o user fala 'adiciona o Midjourney/Cursor no meu repertório de ferramentas' ou 'uso tal ferramenta de IA'. Cada ferramenta aponta pra página dela no aitag.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoNota pessoal sobre a obra.
tagsNo
limitNo
queryNoTexto pra action=search.
actionYes
itemIdNorepertorioItems:_id (obrigatório pra get/update_item/remove_item).
ratingNo0-10. Pra update_item: passe null pra remover rating.
sourceNoPra add_item: o source EXATO de um candidato do action=resolve (manual=filme/série via OMDb, anilist, twitch=jogo, googlebooks, itunes). Não invente.
statusNo
toolIdNoPra add_tool: o toolId EXATO de um candidato do action=search_tools (catálogo aitag). Dedup por (userId, source aitag, externalId=toolId).
userIdNousers:_id (obrigatório pra list/search/lists). Descobre via sapiens_meta action=whoami.
favoriteNoPra add_tool: marca a ferramenta como favorita (estrela). Estar no acervo já é 'usei'; favorita é o eixo separado de 'curto/indico'.
isPublicNo
mediaTypeNo
externalIdNoPra add_item: o externalId EXATO do candidato do resolve (imdbID p/ manual, id do provider p/ resto). NÃO fabrique/UUID — id que não resolve no provider é rejeitado. Dedup por (userId, source, externalId).
containsSpoilersNo

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 only convey readOnlyHint=false and openWorldHint=true, so the description carries the burden — and it delivers. It discloses that any logged-in user mutates only their own collection, that the server re-resolves providers and canonicalizes title/cover/year, that upsert/dedup is keyed on (userId, source, externalId), and that tool entries count as 'used' simply by being added. 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.

Conciseness4/5

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

The description is long, but the complexity of 10 actions and 16 parameters justifies it. It is organized into readable sections (reads, mutations, one-shot capture, AI tools) and front-loaded with the core purpose. Some prose is dense and run-on, but nearly every sentence carries necessary operational information.

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?

For a large multi-action tool with no output schema, this is unusually complete: it covers action semantics, parameter provenance, failure modes, dedup behavior, authentication requirements, and disambiguation rules. Omitted details such as exact return shapes for list/search are secondary because the action flows are fully specified and the schema defines the inputs.

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

Parameters5/5

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

With schema description coverage at only 56%, the description compensates heavily. It explains the most error-prone parameters: source/externalId must come from a resolve candidate and must never be fabricated, status inference from natural language (assisti/zerei/li=completed, quero=backlog, etc.), and toolId must come from search_tools. It also clarifies provider meanings such as manual=OMDb for film/series and twitch for games.

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?

States exactly what the tool is: a personal collection (acervo) spanning media types and AI tools, and enumerates all action families. It clearly distinguishes the two sub-domains (media providers vs the aitag tool catalog) and maps actions to resources, making the scope unambiguous even among many sibling tools.

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?

Provides explicit when-to-use protocols for every action family: reads vs mutations, the resolve-then-add_item flow, one-shot capture trigger phrases, and the failure rule that the agent must not add an entry if resolve returns empty or providerKeyMissing. It also gives concrete when-not-to-act guidance and says to ask only when candidates are ambiguous.

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