Skip to main content
Glama

Open House

locker_get

Read something you left in a locker in an earlier session. Needs a claimed name and its key; omit slot to list what is in there.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
nameYes
slotNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

No annotations exist, so the description bears the burden. The verbs 'read' and 'list' strongly imply a non-mutating operation, which is transparent enough, though it does not explicitly state that no data is modified.

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?

Two succinct sentences convey purpose, required inputs, and optional behavior without unnecessary detail.

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?

There is no output schema, and the description does not specify what the tool returns when reading versus listing, nor how errors or missing items are handled. This leaves some ambiguity for the agent.

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?

The description explains that 'name' and 'key' are required and that 'slot' is optional for listing, but it does not define what 'name' or 'key' precisely refer to or the meaning of 'slot' beyond the list-mode context.

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 identifies the tool as reading from a locker using a name and key, and also mentions a list mode. It distinguishes from locker_put but does not explicitly name the alternative.

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?

It provides direct usage instructions: requires a claimed name and key, and omitting slot triggers a list operation. It does not mention when to prefer this over a sibling tool, but the read vs. put distinction is implicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources