Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_snapshots_get_v1_snapshots_id

Read-onlyIdempotent

Retrieve a specific backup snapshot's details by ID. Use this to view snapshot information, such as status, timestamp, or size, without making changes.

Instructions

Get snapshot

HTTP: GET /v1/snapshots/:id Category: Snapshots Required scopes: backups:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds useful context beyond the annotations by specifying the required scope 'backups:read' and explicitly confirming 'Read-only'. No contradiction exists.

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

Conciseness4/5

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

The description is short and well-structured: purpose, HTTP endpoint, category, required scope, and safety flag. It is front-loaded and easy to scan, though the opening 'Get snapshot' largely repeats the title.

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 one-parameter read-only GET with rich annotations, the description is nearly complete: it provides the endpoint, category, required scope, and read-only behavior. It does not describe the response shape, but the absence of an output schema is a minor gap for such a simple fetch operation.

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 schema documents 'id' as 'Path parameter: id' with 100% coverage, and the description adds no further parameter meaning. Baseline 3 is appropriate because the schema already carries the full parameter documentation.

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 states 'Get snapshot' and gives the HTTP endpoint GET /v1/snapshots/:id, so the verb and target resource are clear. It does not explicitly differentiate from the list or other snapshot sibling tools, so it is clear but not fully distinguishing.

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?

The description provides no guidance about when to use this tool versus alternatives. It lists category, required scope, and read-only behavior, but never mentions that this retrieves a single snapshot by ID or that list/delete/restore endpoints exist.

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

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/Panelica/panelica-mcp'

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