Skip to main content
Glama

Get the user's profile

get_memory_profile
Read-onlyIdempotent

Return the standing profile derived from this user's memory: communication style, recurring topics, work context and learned preferences. Read this once at the start of a conversation to personalise your replies, instead of inferring it from individual search hits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookback_daysNoHow far back to analyse (1-365).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYesDerived profile attributes.
lookback_daysNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint=false, so safety is covered. The description adds that the result is a derived, aggregated standing profile rather than raw hits, but does not touch on refresh semantics or behavior when no history exists — modest added value over 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?

Two sentences with zero waste; the purpose and its contents come first, and the usage instruction follows. Every clause earns its place.

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?

An output schema exists, so return values need not be explained, and the read-only annotations plus the usage framing make the definition largely complete. It could still note fallback behavior (e.g., cold-start users with no memories), a minor omission.

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 coverage is 100% and the single parameter (lookback_days, default 90, range 1-365) is fully documented in the schema. The description adds no meaning beyond it, so the baseline of 3 applies.

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 a specific verb ('Return') and resource ('standing profile derived from this user's memory'), then enumerates the contents (communication style, recurring topics, work context, learned preferences). It also distinguishes itself from the sibling search_memory by contrasting 'standing profile' with 'individual search hits'.

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 it ('once at the start of a conversation to personalise your replies') and names the alternative to avoid ('instead of inferring it from individual search hits'), which routes the agent away from search_memory for this purpose.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources