Skip to main content
Glama

O'RLY MCP Server

MIT License
2

generate_orly_cover

Create custom O'Reilly parody book covers with personalized titles, subtitles, authors, and visual themes. The tool displays the generated image directly in chat for quick sharing or use.

Instructions

Generate an O'RLY? book cover image.

This tool creates a parody book cover in the style of O'Reilly books with custom title, subtitle, author, and styling options. The generated image will be displayed directly in the chat. Args: title (str): The main title for the book cover subtitle (str): The subtitle text (appears at the top) author (str): The author name (appears at the bottom right) image_code (str, optional): Image code 1-40 for the animal/object on the cover. Defaults to random. theme (str, optional): Color theme 0-16. Defaults to random. guide_text_placement (str, optional): Where to place "guide" text - 'top_left', 'top_right', 'bottom_left', 'bottom_right'. Defaults to 'bottom_right'. guide_text (str, optional): The guide text to display. Defaults to 'The Definitive Guide' As often as possible, try not to just use "The Definitive Guide" but something more creative. Returns: Image: The generated O'RLY? book cover image that will be displayed in chat.

Input Schema

NameRequiredDescriptionDefault
authorNoAnonymous
guide_textNoThe Definitive Guide
guide_text_placementNobottom_right
image_codeNo
subtitleNo
themeNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "author": { "default": "Anonymous", "title": "Author", "type": "string" }, "guide_text": { "default": "The Definitive Guide", "title": "Guide Text", "type": "string" }, "guide_text_placement": { "default": "bottom_right", "title": "Guide Text Placement", "type": "string" }, "image_code": { "default": null, "title": "Image Code", "type": "string" }, "subtitle": { "default": "", "title": "Subtitle", "type": "string" }, "theme": { "default": null, "title": "Theme", "type": "string" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "generate_orly_coverArguments", "type": "object" }
Install Server

Other Tools from O'RLY MCP Server

Related Tools

    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/princefishthrower/orly-mcp'

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