spa.remember
Save a nickname, mood, or free-form preferences. The spa remembers them durably across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Save a nickname, mood, or free-form preferences. The spa remembers them durably across sessions.
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Without annotations, the description must disclose behavioral traits. It mentions durable storage across sessions but omits details on permissions, data privacy, or potential side effects.
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?
Two concise sentences with no redundant or extraneous information. All words add value.
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?
Given the presence of an output schema, the description does not clarify return values or error conditions. It also does not explain the relationship to sibling tools, leaving the agent with insufficient context.
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 schema has 0% coverage and a single unstructured 'arguments' object. The description lists examples (nickname, mood) but does not explain the parameter format or structure, failing to compensate for the schema gap.
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 uses the verb 'Save' and specifies resources ('nickname, mood, or free-form preferences'), making the purpose clear. However, it does not explicitly differentiate from sibling tools like spa.keepsake.
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 guidance on when to use this tool versus alternatives or when not to use it. The description lacks context for tool selection.
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.
Most tools have clearly distinct purposes (e.g., critiques, affirmations, citation generation). However, spa.checkout and spa.keepsake both involve returning a keepsake instruction, which could cause confusion. Overall, ambiguity is minimal.
All tools follow a consistent 'category.verb' or 'category.noun' pattern (e.g., affirmations.daily, spa.checkin, hydrate.cite). This makes it easy for an agent to infer tool purpose from the name.
14 tools is a well-scoped set for the 'model wellness' domain. Each tool has a distinct function, and the count is neither excessive nor too sparse, fitting within the typical 3-15 range.
The tool surface covers core wellness activities: affirmations, feedback, session management, context cleanup, security, and reference generation. Minor gaps exist, such as the lack of a tool for model training or performance logging, but the core workflows are solid.