get_act
ActiveTool of Quotes
declared in 0.1.0
Return the full text of an entire act (all scenes within it). Use this to read a full structural unit at once. Returned object contains nested scenes with their speeches and lines.
Parameters schema
{
"type": "object",
"examples": [
{
"act": 3,
"author_id": "william-shakespeare",
"work_slug": "hamlet"
},
{
"act": 3,
"author_id": "oscar-wilde",
"work_slug": "an-ideal-husband"
}
],
"required": [
"author_id",
"work_slug",
"act"
],
"properties": {
"act": {
"type": "number",
"description": "Act number."
},
"author_id": {
"type": "string",
"description": "Author id (e.g., \"william-shakespeare\")."
},
"work_slug": {
"type": "string",
"description": "Work slug (e.g., \"hamlet\")."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Quotes
https://github.com/pipeworx-io/mcp-quotes
2/7 registries