Skip to main content
Glama
JinyangWang27

people-context

record_observation

Record a subjective observation about a person, keeping it separate from disclosed context. Optionally set a timestamp and sensitivity level for privacy-aware memory.

Instructions

Record a subjective observation, separate from disclosed context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
person_idYes
observed_atNo
sensitivityNo

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

B3.1/5.0
Behavior3/5

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

Annotations only flag the operation as non-read-only, non-idempotent, and non-destructive; the description adds that observations are 'separate from disclosed context,' which is useful behavioral context. It does not address duplicate behavior, correction flow, or permissions, but for a simple record operation this is acceptable.

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?

One short sentence with no filler; the verb and key constraint are front-loaded. It is somewhat under-specified for the surrounding sibling set, but what is present is efficiently organized.

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

Completeness2/5

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

With 31 sibling tools and several record_* siblings, the description is too sparse to fully orient an agent. It omits any differentiation from record_fact, record_trait, or record_interaction and does not clarify what 'disclosed context' means. The output schema covers return values, so that omission is not the issue.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain text, person_id, observed_at, or sensitivity. Parameter names are somewhat self-explanatory and required fields are visible in the schema, but the description adds no parameter-level meaning to compensate for the complete lack of schema descriptions.

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 uses a specific verb ('Record') and resource ('subjective observation'), so it clearly states what the tool does. It does not explicitly differentiate from sibling record tools such as record_fact or record_trait, but 'subjective' and 'separate from disclosed context' narrow the meaning.

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

Usage Guidelines3/5

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

The phrase 'separate from disclosed context' implies a when-to-use condition, but the description never names alternatives like record_fact or record_interaction. An agent gets only an implied trigger, not explicit guidance or exclusions.

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