Skip to main content
Glama
shijieweb

memos-api-mcp

by shijieweb

get_user_profile

Retrieve user identity, preferences, and optional memory from MemOS to answer queries about who the user is and what the assistant knows about them.

Instructions

用户问"我是谁/我的画像/你知道我什么"等身份偏好类问题时调用。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNo每页返回条数。最大 50
currentNo分页页码。默认 1
include_preferenceNo包含偏好记忆。默认 true
include_tool_memoryNo包含工具轨迹记忆。默认 false
Behavior2/5

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

No annotations exist, so the description carries the full burden. It only mentions the query scenarios, not what the tool does, whether it is read-only, how it handles pagination, or what it returns. This is minimal behavioral guidance.

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?

Single, front-loaded sentence with no filler; every word earns its place.

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

Completeness3/5

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

Complexity is moderate (4 optional params, no output schema). The description clarifies usage trigger but omits return behavior and effect of flags; schema covers params. Adequate but not complete.

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?

Input schema covers 100% of parameters with descriptions (size, current, include_preference, include_tool_memory). The description adds no param semantics, so baseline 3 applies.

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 specifies the exact user question types ('Who am I', 'my profile', 'what do you know about me') that trigger this tool, effectively distinguishing it from siblings like search_memory. However, it states the invocation condition rather than explicitly declaring the retrieval function; the verb+resource is implicit in the tool name.

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?

Provides explicit when-to-use context (identity/preference questions) which clearly separates it from search_memory and other memory tools. Does not mention exclusions or alternatives, so not a 5.

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

Install Server

Other Tools

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/shijieweb/memos-mcp-custom-trae'

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