Skip to main content
Glama
JinyangWang27

people-context

get_person_context

Read-only

Return a minimal-disclosure context bundle for one person: essential identity, active relationships, top-ranked facts, no sensitive records. Pass person_id or name; optionally include communication traits.

Instructions

Assemble a minimal-disclosure context bundle for one person.

Pass person_id from resolve_person, or person (a name or alias) to resolve inline: an ambiguous name returns the candidates instead of context. Returns narrow identity fields, active relationships and affiliations, and one ranked facts/interactions slice capped by max_items. Set include_communication=true (or a purpose mentioning communication) to include communication traits. Sensitive and restricted records are never returned by this ordinary tool, and leave no trace that they exist. truncated says the item budget cut the list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
personNo
purposeNo
max_itemsNo
person_idNo
include_communicationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv1.1.1

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses meaningful behavior: minimal-disclosure output, narrow identity fields, active relationships and affiliations, a capped ranked facts/interactions slice, optional communication traits, sensitive-record suppression with no trace, and the truncated flag. This is rich behavioral context that helps an agent trust and interpret the result.

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?

The description is dense but efficient, with each sentence serving a distinct purpose: input routing, return contents, optional communication inclusion, and privacy/truncation semantics. It is front-loaded with the core purpose and uses code formatting to keep parameters readable.

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 the output schema exists and the tool has five optional parameters, the description covers all necessary input semantics, output shaping, privacy behavior, and truncation signaling. An agent has enough information to call this tool correctly without further inference.

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?

Schema coverage is 0%, but the description compensates by explaining every parameter: person_id, person, max_items, include_communication, and purpose (via the communication mention). It even documents special values and edge cases like ambiguous names returning candidates.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Assemble a minimal-disclosure context bundle for one person.' It clearly states what the tool returns and even ties person_id to resolve_person, but it does not explicitly differentiate itself from sibling tools like get_person_timeline or get_consolidation_context.

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

Usage Guidelines4/5

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

The description gives concrete input-routing guidance: pass person_id from resolve_person, or pass person to resolve inline, with ambiguous names returning candidates instead. This is clear operational context, though it does not explicitly state when to prefer this tool over sibling context tools.

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/JinyangWang27/people-context'

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