list_ai_memory
Command Center's standing instructions: yours, and the workspace-wide ones every user's assistant follows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Command Center's standing instructions: yours, and the workspace-wide ones every user's assistant follows.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description usefully adds scope ('yours, and the workspace-wide ones'), clarifying that both personal and shared instructions are returned. It says nothing about ordering, size, or formatting of the returned list.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single front-loaded sentence with no wasted words. It is written as a noun phrase rather than a full clause, which is terse but still readable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-argument, read-only list tool with no output schema, the description covers the essential question of what is returned and its two scopes. Only minor details (ordering, volume) are absent, which is acceptable at this complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the description to disambiguate; baseline is 4. No parameter-level gaps exist.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description resolves the cryptic name 'list_ai_memory' into concrete content: 'standing instructions' that are both personal and workspace-wide. This is clear enough that an agent knows it returns stored AI instructions rather than log/activity data. It doesn't explicitly differentiate from nearby siblings like list_ai_connections or get_automation_docs, keeping it short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No statement of when to call this versus alternatives, and no prerequisites or trigger conditions. The description only says what the data is, not when an agent should reach for it. Usage is left entirely to inference.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.