Skip to main content
Glama
1425sd

spine-mcp

by 1425sd

spine_learn_from_corpus

Analyze Spine .json and .spine project collections to extract naming, animation, and statistical features, then generate markdown and JSON knowledge files for the local Corpus Learning Layer.

Instructions

Use this to build the local Spine Corpus Learning Layer. It scans .json and .spine projects, exports .spine files to .cache/corpus-json when needed, extracts naming/animation/statistical features, and writes markdown/json knowledge files. It never modifies or deletes corpus source files. Single-project failures are recorded and do not stop the batch. Do not use it for live animation generation or UI automation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
corpusDirYesDirectory containing real Spine .spine and .json source projects to analyze.
overwriteNoWhether to overwrite existing knowledge files in outputKnowledgeDir.
maxProjectsNoOptional maximum project count for test runs before analyzing a full corpus.
exportSettingsPathNoPath to a Spine export settings .json file used to export .spine corpus projects to JSON. Required for analyzing .spine files with Spine 3.8.75.
outputKnowledgeDirNoDirectory where learned knowledge files should be written. Defaults to project knowledge/.
Behavior4/5

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

Discloses non-modification of source files, batch error handling, and export to cache. With no annotations, this provides sufficient safety and behavioral context.

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?

Four sentences with no redundancy; front-loaded with purpose. Every sentence contributes essential information.

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?

Covers purpose, process, safety, error handling, and output format. Missing explicit mention of default output knowledge directory, but schema provides that.

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 covers 100% of parameters, so baseline is 3. Description adds no parameter-specific detail beyond the schema's descriptions.

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?

Description clearly states the tool builds the local Spine Corpus Learning Layer and describes its scanning and extraction process. However, it does not explicitly differentiate from spine_scan_corpus or other siblings.

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?

Implies use for corpus learning layer building and warns against live animation/UI automation, but lacks explicit when-to-use or alternative tool comparisons.

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/1425sd/spine-MCP'

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