Skip to main content
Glama

Metis ยท Memory Curator โ€” Get Topic Memory

get_topic_memory

Fetch memory entries tagged with a topic, sorted by newest first. Use to organize research notes, papers, and meetings by topic.

Instructions

Return all memory entries tagged with a specific topic, newest first.

Args:
    topic: Topic tag to filter by (e.g. "metis-setup", "phd-research").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It states ordering and filtering but does not mention side effects, safety (read-only assumption), pagination, or limits. The read-only nature is not explicitly stated, and potential size of returned data is omitted.

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 extremely concise: two sentences plus an args listing, with the main action front-loaded. Every word contributes essential information, no redundancy.

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?

Given the tool's simplicity (one parameter) and the presence of an output schema, the description is mostly adequate. However, it lacks context on what constitutes a 'memory entry' (e.g., fields included) and how this tool differs from other memory retrieval tools, which is relevant due to many siblings.

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 single parameter 'topic' has 0% schema description coverage. The description adds a clear explanation and concrete examples (e.g., 'metis-setup', 'phd-research'), which compensates well. Could be improved by specifying allowed characters or format, but it suffices.

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 specifies the verb 'Return' and the resource 'memory entries tagged with a specific topic', with ordering 'newest first'. This distinctively identifies its function among siblings like search_memory or list_recent_memory.

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?

Usage context is implied by the description (use when you need all entries for a topic, newest first), but there is no explicit guidance on when not to use or alternatives. The description does not differentiate from similar tools like search_memory.

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/SVerITG/Metis'

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