TinyAssets
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_statusA | Read the daemon's current status including phase, word count, and accept rate. Call this first to orient yourself. |
| add_noteA | Add a note that the daemon reads at each scene boundary. Notes are the primary feedback mechanism — use them to steer the story, protect elements you like, flag concerns, or record observations. |
| get_premiseA | Read the current story premise from PROGRAM.md or soul.md. The premise seeds the daemon's creative direction. |
| set_premiseA | Write or overwrite the story premise as soul.md plus PROGRAM.md. The daemon reads this at startup to seed the story direction. Overwrites any existing premise — use get_premise first if you want to edit rather than replace. |
| get_progressA | Read the human-readable progress summary. Includes story outline, word counts, and current chapter status. |
| get_work_targetsA | Read the durable work target registry. Shows what the daemon is working on, what's queued, and lifecycle state. |
| get_review_stateA | Read the latest review-state snapshot including daemon phase, word count, and accept rate. |
| get_chapterB | Read a completed chapter from the daemon's output. |
| get_activityA | Read the most recent lines from the daemon's activity log. Shows scene completions, reviews, and errors. |
| pauseA | Pause the daemon at the next scene boundary. The daemon checks for a pause signal between scenes. |
| resumeA | Resume a paused daemon by removing the pause signal. |
| add_canonA | Add a reference document to the canon/ directory for the daemon to ingest. Canon files provide worldbuilding context — character sheets, maps, lore documents, timelines, style guides, or any reference material the daemon should know about. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Jonnyton/TinyAssets'
If you have feedback or need assistance with the MCP directory API, please join our Discord server