Skip to main content
Glama
hermoso-ai

Hermoso

Official

Read a workspace store

store_get
Read-only

Retrieve saved marketing data by key from workspace stores like playbooks, swipefile, avatars, and chats. Read-only access with optional item limit for visibility.

Instructions

Read one of this workspace’s data stores by key, for visibility into what the app holds — playbooks, swipefile, saved locations, avatars, creations, chats, brand, memory, skills. Read-only, free. Allowed keys: heist.memory.v1, heist.skills.v1, heist.playbooks.v1, heist.avatars.v1, heist.locations.v1, heist.chats.v1, heist.creations.v1, heist.assets.v1, heist.brand.v1, adInspo.swipefile.v1. (The typed tools — list_memory / list_skills / get_brand — are friendlier for those; use store_get for the rest.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesthe store key to read (one of the allowlisted keys)
limitNomax array items to return (default 50)
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering the safety profile. The description adds behavioral context by specifying the exact allowed keys (the allowlist) and reiterating that the operation is read-only and free. This exceeds a baseline but does not detail response formats or error handling, which are minor for a simple read tool.

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 information-dense without fluff. It front-loads the core action, lists stores and allowed keys, and then guides the user to alternatives—all in a logical, scannable structure. Each sentence earns its place, and the parenthetical note is neatly appended.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/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 a single required parameter, the description is complete. It provides the full allowlist, distinguishes from siblings, and notes the read-only/free nature. Nothing an agent needs to invoke it correctly is missing, and the lack of an output schema is acceptable given the tool's simplicity.

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 schema covers 100% of parameters (key and limit) with descriptions, but the description adds crucial value by enumerating the exact allowed key values (e.g., heist.memory.v1, adInspo.swipefile.v1) that are not in the schema as an enum. This is essential for correct invocation, going beyond what the schema provides.

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's action ('Read one of this workspace’s data stores by key') and the resource it operates on, listing specific store types. It also explicitly differentiates from the typed sibling tools (list_memory, list_skills, get_brand), making it unambiguous which tool to choose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: it names the typed alternatives (list_memory, list_skills, get_brand) as 'friendlier' for certain keys and instructs to 'use store_get for the rest.' It also states the read-only, free nature, leaving no ambiguity about when this tool is appropriate.

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/hermoso-ai/hermoso'

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