RISEN Prompts MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| risen_build | Assemble Role/Instructions/Steps/Expectations/Narrowing into a clean, ready-to-use prompt and return a structural quality score. |
| risen_validate | Score a RISEN prompt 0–100 with a per-component breakdown and specific, actionable suggestions. Rates structural quality, not guaranteed effectiveness. |
| risen_scaffold | Turn a plain-language task into a RISEN skeleton plus the guiding question each slot must answer. Returns structure to fill in — it does not fabricate content. |
| risen_template_save | Save a reusable RISEN template to local storage. Use {{variables}} in any field for later substitution. |
| risen_template_list | List saved templates, optionally filtered by tag or search query. |
| risen_template_get | Retrieve one saved template and its assembled prompt by id. |
| risen_template_delete | Permanently delete a saved template by id. |
| risen_render | Substitute {{variables}} in a saved template and return the finished, ready-to-use prompt. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| risen_guide | Explain the RISEN framework and how to fill each component. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |