Skip to main content
Glama
inhabitants

sapiens-mcp

by inhabitants

sapiens_profile

Read and manage your Sapiens profile: identity, level, balance, badges, notifications, golden tools, follow/unfollow, update bio/username, and organize favorite AI tool lists.

Instructions

O 'tudo junto' do perfil do user (/u/), user-tier. Agrega o que mora no perfil mas estava fora do MCP: identidade + nível/XP + saldo, badges (conquistas) e golden tools (favoritos do aitag). Sub-actions de LEITURA: get (card completo: identidade + nível + saldo + badges + golden tools), badges (só as conquistas, lista cheia), golden_tools (só os favoritos do aitag, lista cheia), notifications (suas notificações recentes do sino + contagem de não-lidas), mark_read (marca uma notificationId ou TODAS as não-lidas como lidas). Sub-actions de ESCRITA (mexem na SUA conta; identidade sempre da sessão): follow/unfollow (seguir/deixar de seguir outro user por followingId=users:_id, descoberto via sapiens_community participants/search_users), update_bio (edita a sua bio), update_username (troca o seu @; inválido/tomado volta {success:false,error}). FAVORITOS de ferramentas de IA (Golden Tools do aitag; o toolId vem de sapiens_repertorio action=search_tools): favorite_tool (favorita/desfavorita, estrela), favorite_lists (suas listas), create_favorite_list (listName+emoji/description/isPublic), add_to_favorite_list/remove_from_favorite_list (toolId+listId), delete_favorite_list (listId). As partes grandes do perfil NÃO são duplicadas aqui, têm tool própria: imagens geradas/publicadas=sapiens_gallery, repertório (filmes/séries/jogos/livros/música)=sapiens_repertorio, personagens=sapiens_character, persona/arquétipo MBTI=sapiens_persona action=my_profile, saldo detalhado por bucket=sapiens_meta action=subscription. Monta a partir de queries já em prod (sem custo).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoPra update_bio: o novo texto da sua bio (perfil /u/<username>).
emojiNoPra create_favorite_list: emoji da lista (opcional, ex '⭐').
limitNoPra notifications: quantas trazer (default 15, máx 50).
actionYes
listIdNoPra add_to_favorite_list / remove_from_favorite_list / delete_favorite_list: id da SUA lista de favoritos (via action=favorite_lists).
toolIdNoPra favorite_tool / add_to_favorite_list / remove_from_favorite_list: o toolId da ferramenta de IA (aitagTools). Descubra via sapiens_repertorio action=search_tools.
isPublicNoPra create_favorite_list: lista pública (default true) ou privada.
listNameNoPra create_favorite_list: nome da lista (até 60 chars).
descriptionNoPra create_favorite_list: descrição curta (opcional).
followingIdNoPra follow/unfollow: users:_id de QUEM seguir/deixar de seguir. Você (o seguidor) é sempre o dono da sessão. Descubra o id via sapiens_community participants/search_users ou sapiens_search.
newUsernameNoPra update_username: o novo @ (3-20 chars, alfanumérico + underscore). Já em uso ou inválido volta {success:false,error}.
notificationIdNoPra mark_read: o id de UMA notificação (vem de action=notifications). Omita pra marcar TODAS as não-lidas.

Schema Changelog

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

  1. First observedv1.38.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations only indicate readOnlyHint=false and openWorldHint=true; the description adds that write actions modify the current session account, that favorite_tool toggles a star, and that invalid/taken update_username requests return {success:false,error}. It does not state persistence/reversibility of follow or favorite mutations, but the core side effects are disclosed.

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 dense but earns its length: a 15-action aggregate needs clauses for read/write grouping, routing, and ID provenance. It is front-loaded with the headline purpose before the sub-action inventory, though a bit more line structuring would improve scannability.

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?

With no output schema, the description covers the return shape for the main read actions (badges full list, golden_tools full list, notifications plus unread count) and the error shape for invalid username changes. It relies on session identity for the current user but never explicitly says that get/badges/golden_tools read the session user's profile, a minor gap for a profile tool.

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 92%, and the property descriptions already explain each 'action=...' mapping and where IDs come from. The main description repeats that mapping effectively but does not add substantial meaning beyond the schema, so it stays at the baseline for high-coverage schemas.

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 opening line defines the tool as the unified user-profile aggregate and enumerates its contents (identidade + nível/XP + saldo, badges, golden tools), then lists each sub-action with a verb and target. It explicitly distinguishes itself from sibling tools by naming the areas that are NOT duplicated here (sapiens_gallery, sapiens_repertorio, etc.).

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 states when to use this tool and when to go elsewhere: large profile parts are said to have their own dedicated tools, and specific routes are given for discovering IDs (sapiens_community participants/search_users, sapiens_repertorio search_tools). This makes the decision boundary explicit rather than implied.

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