Skip to main content
Glama
hermoso-ai

Hermoso

Official

List memory

list_memory
Read-only

Retrieve saved brand, audience, taste, and do/don't rules from workspace memory to guide future ad creation. Read-only access to durable preferences.

Instructions

List the durable facts & preferences saved in this workspace’s Memory (what the studio remembers about the brand, audience, taste, and do/don’t rules) — the same Memory the web app shows. These shape every future ad. Read-only, free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNomax items (default 50, max 200)
categoryNofilter to one bucket (Brand/Audience/Taste/Do/Don’t/Preference)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.161

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description need not restate safety; 'Read-only, free' reinforces this without contradiction. The description adds valuable behavioral context beyond annotations: facts are 'durable,' scoped to 'this workspace,' and identical to what the web app displays, clarifying the source of truth and persistence semantics.

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 two sentences with no filler. It front-loads the action and resource ('List the durable facts & preferences saved in this workspace's Memory'), then adds purpose and safety context. Every clause earns its place, and the length is appropriate for a simple tool.

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?

For a simple read-only tool with two optional parameters and no output schema, the description is largely complete: it explains what is listed, the scope, the relationship to the web app, and the relevance to future ads. It could explicitly note that the result is a list of individual memory entries or mention the 'Preference' category, but these are minor gaps given the explicit verb and schema.

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 description coverage is 100%, with both limit and category fully described in the input schema. The description itself does not add parameter-level semantics, but that is acceptable because the schema already carries the burden. The category values in the schema align with the categories named in the description, which helps but is not additional parameter guidance.

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 clearly states a specific verb and resource: list the durable facts and preferences saved in the workspace's Memory. It also distinguishes the content scope (brand, audience, taste, do/don't rules) and links it to the web app, making the tool's function unmistakable. However, it does not explicitly differentiate it from related sibling tools like remember, forget, or tidy_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?

The phrase 'These shape every future ad' implies this tool is useful when an agent needs to know the studio's stored memory before making ad-related decisions. It also signals the tool is safe by saying 'Read-only, free.' However, there is no explicit guidance about when to use this instead of remembering, forgetting, or tidying memory, nor any exclusion conditions.

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

Deploy Server

Other Tools