Skip to main content
Glama

spine_list_backups

List Spine JSON backups with optional file path filtering and structural validation to ensure backup usability.

Instructions

列出 backups/ 中的 Spine JSON 备份,可按目标 filePath 过滤,并可校验备份 JSON 是否可用。只读,不写入 JSON。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filePathNo可选目标 Spine JSON 路径;传入后只列出该文件对应的备份。
includeValidationNo是否对每个备份执行结构校验,默认 true。
Behavior4/5

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

The description explicitly states 'read-only, does not write JSON', which is a critical behavioral trait. It also mentions validation capability. However, it does not specify how validation results are returned (e.g., errors in output).

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 a single, front-loaded sentence that efficiently covers resource, action, filtering, validation, and read-only nature. No redundant words.

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 list tool with two optional parameters and no output schema, the description covers purpose, filtering, validation, and safety (read-only). It lacks details about the output format (e.g., file names, timestamps), but is otherwise complete.

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?

Schema coverage is 100%, so baseline is 3. The description paraphrases the schema (filter by filePath, includeValidation) without adding new semantics or constraints 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 lists Spine JSON backups from backups/, with optional filtering by target filePath and validation. It distinguishes from siblings like spine_restore_backup (restore) and spine_validate_json (validate arbitrary JSON).

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

Usage Guidelines3/5

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

The description implies usage for listing backups, but does not explicitly state when to use this tool versus alternatives like spine_restore_backup or spine_validate_json. No guidance on when not to use it.

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/yb901104-wq/spine-mcp'

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