You're viewing a demo portfolio

Join the waitlist
PRSM

get_act

Active

Tool 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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Quotes

https://github.com/pipeworx-io/mcp-quotes

2/7 registries
View full server →
get_act — Quotes — PRSM MCP