Skip to main content
Glama

Read a shelf and its contents

foliade_get_shelf
Read-only

Settings, catalogues in order, and revision of the shelf.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shelf_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds small behavioral clues by mentioning 'catalogues in order' (ordered output) and 'revision of the shelf' (returned version data), but it does not describe auth needs, not-found behavior, or any side effects beyond what the annotations convey.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and not wordy, but it is a fragment that lacks a verb and reads like a list of returned fields. It is concise in length, but the structure does not front-load the action or make the tool's behavior instantly graspable.

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?

For a simple read-only get-by-id tool with annotations covering safety, the description gives some indication of return content (settings, catalogues in order, revision). However, with no output schema and no explicit statement of what a shelf is or what the response structure looks like, the definition is only minimally complete for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There is one parameter, shelf_id, and schema description coverage is 0%. The description never mentions shelf_id or explains how to identify the shelf, so it adds no semantic value beyond the schema's field name and pattern.

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 title 'Read a shelf and its contents' supplies a specific verb and resource, and the name foliade_get_shelf aligns with this read operation, distinguishing it from list/create/update shelf siblings. However, the description body is an awkward noun phrase ('Settings, catalogues in order, and revision of the shelf') rather than a clear action statement, so it does not fully clarify purpose on its own.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like foliade_list_shelves for listing shelves or foliade_update_shelf for modifying one. The read-only intent is implied by the name/title/annotations, but the description gives no explicit context, prerequisites, or exclusions.

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