Skip to main content
Glama
600,471 tools. Updated 2026-09-22 14:08

"Wattpad" matching MCP tools:

  • Verify Wattpad session validity and identify the authenticated user. Queries an authenticated endpoint to detect mismatches with the configured account, returning auth status, warnings, and profile.
    MIT
  • Search public Wattpad stories by text or tag to find authors, metrics, and tags. Returns matching stories with author details, performance metrics, and content tags.
    MIT
  • Retrieve a Wattpad user's public profile, including biography, published works, and follower count, by providing their username. Get structured JSON data for any public account.
    MIT
  • Publish a draft chapter to Wattpad after saving required story tags. Use dry_run to preview API requests, or skip details if tags already exist. Triggers follower notifications; confirm before publishing.
    MIT
    Destructive
  • Fetch a Wattpad chapter's text as formatted markup for editing and re-uploading, returning JSON with text hash and loss indicators.
    MIT
  • Fetch comments from a Wattpad chapter with pagination, returning author, date, and text for each comment. Use offset and limit to control the number of comments fetched.
    MIT
  • Update a Wattpad chapter's title or full text, replacing the previous content only after verifying it hasn't changed and backing up the original to prevent data loss.
    MIT
    Destructive
  • Backs up a Wattpad chapter's original HTML to disk and returns the file path, preserving the exact markup before any edits or rewrites.
    MIT
  • Retrieve Wattpad reads, votes, and comments per story and chapter. Use limit or story_id to focus on specific works and reduce processing time.
    MIT
  • Convert Wattpad markup to HTML and detect formatting issues before publishing. Validate that paragraphs, italics, and separators survive the round-trip, returning problems and HTML preview.
    MIT
  • List an author's Wattpad stories, including unpublished drafts, with status, part counts, and metrics. Reports writing-panel failures explicitly instead of silently returning only published works.
    MIT
  • Create a draft chapter in an existing Wattpad story, returning the chapter ID and initial text hash for immediate saving.
    MIT
  • Retrieve a story's details and chapter list by story ID. Use the chapter ID with wattpad_get_part_text to read the full text.
    MIT
  • Post a comment on a Wattpad chapter using your authenticated account. Provide the chapter ID and comment text to publish it publicly, with an optional dry-run mode to simulate the request.
    MIT