Slima MCP

AI Reader tools (2)

약 3분 소요 28 次瀏覽

MCP isn't just read/write drafts — you can also trigger AI analysis from outside.

AI Beta Readers workspace: script content, AI Beta Reader / Slima AI Editor service selection, five reader personas (Alex/Marcus/Daniel/Leo/Victoria)

1 · list_personas

List available AI reader personas.

Input: (none)

Returns:

  • Persona id / name / attributes (age / preference / culture / tolerance)

Same data as in-Slima persona selection.

2 · analyze_chapter

Run AI analysis on a chapter (not a full-book reading).

Input:

  • book_token, chapter_path
  • personas: array of persona ids (max N, per tier)
  • analysis_type: enum (quick / standard / deep)

Returns:

This isn't "run a full reading" — that's still only triggerable from Slima's UI (on the roadmap).

Example (Cursor)

You: use list_personas, what are my options?
Cursor: [lists]

You: use analyze_chapter on Chapter 3 with "fantasy fan 25" + "literary critic", quick mode
Cursor: [calls analyze_chapter] → report

Limits

  • Daily quota tied to Slima subscription
  • Chapters > 50,000 words exceed token cap
  • Script Studio books: analyze_chapter doesn't support structured scenes (.scene)

See: Script Studio tool limits

Related

Was this helpful?