tinytales_join_book tinytales:write
Join a book from an invite token. Joining again when the caller is already a collaborator has no extra effect. Preview the invite with tinytales_preview_join_link first.
The signed-in customer must have approved tinytales:write. Calls stay inside that account.
The tool creates or updates records in the signed-in account.
The change can be removed later with a delete tool, or it only adds data.
This tool only reads or changes the signed-in TinyTales account. It does not post to the public internet or to other people’s services.
Repeating the same call does not stack a second effect.
Invite token from the share URL.
json returns structured data. markdown returns the same data as a short readable summary. Defaults to json.
True when the underlying TinyTales route accepted the call.
One-line result for the model to read.
Present when ok is false. Names the failed state and the next tool to call.
{
"token": "invite-token"
}
{
"ok": true,
"summary": "Joined the shared book."
}