Skip to main content
Glama
LoveMaker-art

silly-tavern-mcp

st.quick_reply.configure

Manage SillyTavern Quick Reply sets: enable or activate sets, create, update, delete, and upsert slash-command replies, with confirmation required.

Instructions

Enable Quick Reply, activate a set, create/update/delete a set, or upsert/delete a slash-command quick reply. Requires confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
setNo
replyNo
confirmNo
enabledNo
activeSetNo
deleteSetNo
setOptionsNo
snapshotLabelNo
deleteReplyLabelNo

Schema Changelog

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

  1. First observedv0.11.0

TDQS

C2.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It does disclose strong side effects (create/update/delete/upsert/delete) and an important precondition ('Requires confirm: true'). However, it does not explain what happens if confirm is omitted, whether operations are transactional, which combinations of parameters are allowed, or what side effects activating or deleting a set may have.

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 a single dense sentence with no filler. It front-loads the primary capability (Enable Quick Reply) and compresses the full operation list efficiently. The final 'Requires confirm: true' is useful, though it could be more prominent as a precondition.

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?

This is a complex multi-mode tool with 9 parameters, nested objects, no required fields in the schema, no output schema, and no annotations. The description does not explain which parameters belong to which mode, what combinations are valid, or what a successful call returns. An agent would struggle to construct a correct invocation beyond guessing from the action verbs.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, and it only partially does. The verbs imply roles for set, enabled, activeSet, deleteSet, reply, and deleteReplyLabel, but many parameters remain opaque, including setOptions, snapshotLabel, and the large nested reply object. No parameter relationships or per-mode requirements are explained.

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 names the resource (Quick Reply) and specifies a concrete action list: enable, activate a set, create/update/delete a set, and upsert/delete slash-command quick replies. It is less sharp than a single-verb description because the tool intentionally covers many operations, but it is not vague or tautological and can be distinguished from the read-oriented sibling st.quick_reply.registry.

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?

There is no guidance about when to choose this tool over alternatives, no mention of the sibling registry for listing quick replies, and no exclusions. The only usage hint is 'Requires confirm: true,' which is a precondition rather than a when-to-use guideline.

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