Skip to main content
Glama
yuelinghuashu

yuelinghuashu/story-cli

create_story

Create a new story by generating a folder, config.json, and text.md draft. Set title, type, series, status, summary, language, and optional initial content to begin writing.

Instructions

创建一个新故事(文件夹 + config.json + text.md 草稿)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo故事类型(默认 original)
titleYes故事标题(必填)
seriesNo系列名称
statusNo状态(默认 ongoing)
contentNo初始正文(可选,作为第一章草稿写入)
summaryNo简介
languageNo语言(zh 或 en,默认 zh)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

The description clearly states it creates a new story with a folder, config.json, and text.md draft, which is a write operation. Annotations already indicate not read-only and not destructive, so no contradiction. However, it doesn't mention idempotency or behavior if the story already exists, leaving some ambiguity. The parenthetical adds useful file structure details beyond the simple purpose, but it doesn't cover failure modes or side effects beyond creating files.

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?

Single sentence, clear verb, specific output. Zero waste, front-loaded with main action.

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

Completeness3/5

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

The description explains the tool's output (folder + config.json + text.md draft) which is valuable. However, it doesn't mention what happens if the story already exists, or any constraints on naming, or the effect of optional parameters. Given there is no output schema and the tool is a creator, some additional behavioral context would be helpful but not strictly required.

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 descriptions cover all 7 parameters (coverage 100%), so the description doesn't need to add per-parameter meaning. The description adds high-level context that it creates a draft, but the schema already covers each parameter's purpose. Baseline 3 is appropriate.

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

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 on when to use this tool versus alternatives (e.g., import_json, build) or any caveats like

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/yuelinghuashu/story-cli'

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