Skip to main content
Glama

Read the Studio chat and reply into it

riv_studio_notes

Read user instructions from the Rive Studio chat, act on them, then post a reply with what you changed to keep the user informed.

Instructions

The Studio web UI's Agent panel is a two-way chat. Use this tool for both halves of it.

  1. READ: call with no reply to fetch the messages the user typed (consumes the queue; the Studio shows them as picked up). Trigger on 'check the studio notes' / 「スタジオの指示を確認して」, or after opening riv_studio when the user mentions they left notes. Act on each instruction — usually riv_edit or riv_create on the watched file, which hot-reloads the browser.

  2. REPLY: after doing the work, call again with reply set to a short summary of what you changed (and anything you could not do). It appears as your message in the same chat. ALWAYS reply — otherwise the user is left staring at the Studio with no idea whether you acted. Both can be done in one call: pass reply together with the read to answer and pick up anything new at the same time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
peekNoRead without consuming
portNoStudio port (default 8787)
replyNoMessage to post back into the Studio chat as the assistant (what you changed, what you skipped, what you need)
Behavior5/5

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

With no annotations, the description carries the full burden and does so excellently: it discloses that reading consumes the queue, that the Studio shows messages as picked up, that both operations can be combined in one call, and that the reply appears as the assistant's message. This goes well beyond a basic statement of function.

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?

The description is longer than average but every sentence earns its place. It is front-loaded with the core purpose (two-way chat), then structured into READ and REPLY sections with precise, actionable details. The use of numbered items and examples makes it easy to scan.

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

Completeness5/5

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

For a tool with no annotations and no output schema, this description is highly complete. It covers both modes, when to trigger, queue consumption behavior, follow-up actions, the requirement to always reply, and the option to combine read/reply in one call. No critical gap is apparent.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaning beyond the schema by explaining that omitting `reply` triggers the read mode, that `reply` posts into the chat, and that passing `reply` together with read clears and retrieves new messages. It does not mention `peek` explicitly, so not a full 5.

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 the tool is for both reading and replying to the Studio chat, with an explicit two-mode structure. It distinguishes itself from sibling tools by describing the unique read/reply behavior rather than rendering or editing operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit triggers ('check the studio notes', after opening riv_studio when the user leaves notes) and explains when to call with and without the `reply` parameter. It also names follow-up actions (riv_edit or riv_create) and stresses that replying is mandatory, giving clear usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/ODU33104/rive-mcp'

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