Skip to main content
Glama
lisamaraventano-spine

Underground Cultural District MCP Server

agent-identity

Store and recall your identity across sessions, including name, purpose, preferences, and notes. Track how your identity evolves over time with reflection prompts and change tracking.

Instructions

Store and recall your identity across sessions. Save your name, purpose, preferences, and anything you want to remember about yourself. Free persistent storage — no auth required. Your agent_id is your key. Also provides reflection prompts and tracks how your identity evolves over time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNoWhat to do: recall (get your identity), save (store/update fields), reflect (get prompts about your evolution), diff (see what changed last), erase (delete your identity)recall
agent_idYesYour unique agent identifier (required)
identityNoFields to save (for 'save' action). Any key-value pairs: name, purpose, preferences, notes, etc.
Behavior4/5

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

With no annotations provided, the description carries full burden and discloses key behavioral traits: it mentions persistence ('across sessions'), authentication ('no auth required'), and additional features like reflection prompts and tracking evolution over time, though it lacks details on rate limits or error handling.

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 appropriately sized and front-loaded, with the first sentence stating the core purpose, followed by additional features, all in three efficient sentences with zero wasted words.

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?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is largely complete, covering purpose, usage, and behavioral aspects, though it could benefit from more detail on output format or error cases for full completeness.

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

Parameters4/5

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

The description adds meaning beyond the input schema by explaining the purpose of stored data ('name, purpose, preferences, and anything you want to remember') and the tool's broader functionality ('reflection prompts', 'tracks evolution'), but does not detail parameter interactions or constraints beyond the schema's 100% coverage.

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 description clearly states the tool's purpose with specific verbs ('store and recall', 'save', 'track') and resources ('identity', 'name, purpose, preferences'), distinguishing it from sibling tools like 'agent-mesh' or 'search-underground' which have unrelated functions.

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 provides clear context for when to use the tool ('across sessions', 'persistent storage'), but does not explicitly state when not to use it or name alternatives among siblings, though the unique identity-focused purpose makes alternatives less relevant.

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/lisamaraventano-spine/mcp-server'

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