Skip to main content
Glama
Setell-AI

Setell

Official

Setell customer memory list

setell_get_customer_memory
Read-only

List every stored memory row for a customer—pricing patterns, preferences, communication style. Use to review known data before updating memory.

Instructions

List every CustomerMemory row Setell has stored for a specific customer — pricing patterns, preferences, communication style. Returns the full record shape (memory id, type, content, source job if any, source tag, confidence, timestamps). Useful for "what do I know about this customer?" / auditing what should be overwritten before calling setell_save_customer_memory. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
customerIdYesThe customer id whose memory rows to list. Find it via setell_find_customer or the setell://customers resource.
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 agent knows it's safe. The description adds value by confirming it's read-only and describing the return shape (memory id, type, content, etc.). No contradictions.

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 long, front-loads the purpose and payload, and ends with a clear read-only note. Every word earns its place—no fluff or redundancy.

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 list operation with one parameter and good annotations, this description covers purpose, return shape, and relationship to sibling. It doesn't mention pagination or result limits, but given the simplicity, it's nearly complete.

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?

Schema has 100% coverage with a description for customerId. The description goes beyond by clarifying that the customerId can be found via setell_find_customer or the setell://customers resource, which adds meaningful usage guidance.

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 lists CustomerMemory rows for a specific customer, with a concrete verb ('List') and resource ('CustomerMemory row'). It distinguishes from siblings like setell_save_customer_memory by its read-only nature and mentions the auditing use case.

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 explicit context: useful for 'what do I know about this customer?' and as a prerequisite before calling setell_save_customer_memory. It references a direct sibling, but does not list alternative tools for different scenarios, though the context is sufficient.

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/Setell-AI/setell-mcp'

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