Skip to main content
Glama
LoveMaker-art

silly-tavern-mcp

st.plugin.scaffold

Create a loadable SillyTavern server plugin skeleton. Confirm to scaffold the plugin structure for immediate use.

Instructions

Create a loadable SillyTavern server plugin skeleton. Requires confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameNo
confirmNo
descriptionNo

Schema Changelog

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

  1. First observedv0.11.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the operation type (creates a skeleton), the outcome (loadable plugin), and a meaningful safety precondition (confirm must be true). However, it does not disclose important side effects such as where files are written, whether existing files get overwritten, or whether the operation is reversible.

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 sentences with zero waste: the first states the purpose, the second states the critical precondition. The essential information is front-loaded and every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and 0% parameter description coverage, two sentences are insufficient. The description omits what the tool returns (e.g., path to the scaffolded skeleton), filesystem side effects, and the role of the optional name/description parameters. The confirm:true note is valuable but does not make the definition 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 description coverage is 0%, yet the description meaningfully explains the most behavior-critical parameter: confirm must be true for the tool to proceed. The other parameters (id, name, description) have semantically transparent names and minimal schema constraints, but no additional meaning or format guidance is given beyond their labels, so the description only partially compensates for the coverage gap.

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 uses a specific verb ('Create') and a specific resource ('loadable SillyTavern server plugin skeleton'), making the tool's function immediately clear. 'Skeleton' clearly distinguishes it from related plugin siblings like st.plugin.install (installing an existing plugin), st.plugin.configure (configuring one), and st.plugin.registry (listing them).

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?

Usage context is implied: the tool is for generating a new plugin skeleton from scratch, which a competent agent can infer from the name and purpose statement. However, there is no explicit guidance about when to prefer this over alternatives like st.plugin.install or st.plugin.configure, and the only guidance offered ('Requires confirm: true') is an operational constraint rather than a selection criterion.

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

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/LoveMaker-art/silly-tavern-mcp'

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