Skip to main content
Glama
457,367 tools. Updated 2026-08-14 13:19

"GitBook" matching MCP tools:

  • Identify the authenticated GitBook user by returning their id, name, and email from the configured token.
    MIT
  • Fetch a single page from a GitBook space or change request by supplying its page ID and space ID.
    MIT
  • Retrieve a GitBook page directly using its URL path and space ID. Optionally include a change request ID to fetch a page draft or review version.
    MIT
  • Retrieve comments from a GitBook space or a specific change request. Provide spaceId and optionally changeRequestId, with pagination support for large volumes.
    MIT
  • Fetch complete details of a GitBook space by ID. Get metadata, content structure, and configuration to manage documentation effectively.
    MIT

Matching MCP Servers

  • Retrieve details and download URL for a specific file in a GitBook space.
    MIT
  • Post a comment on a GitBook space or change request by providing the space ID and comment text. Optionally target a specific change request to share feedback or collaborate.
    MIT
  • Retrieves a GitBook organization's details using its ID, providing organization information for automation workflows.
    MIT
  • Create a new GitBook space in an organization by providing the organization ID and a title, with optional visibility controls.
    MIT
  • Lists all files, including images and attachments, within a GitBook space or change request. Use it to retrieve file inventories for documentation management.
    MIT
  • Update an existing comment in a GitBook space. Specify the comment ID and new body text, with markdown support and an optional change request ID.
    MIT
  • Import content from a Git repository into a GitBook space. This action overwrites existing content, so use with caution.
    MIT
  • List all collections in a GitBook organization. Provide the organization ID to retrieve a paginated list of collections for managing documentation.
    MIT
  • Retrieve detailed information about a specific GitBook collection by providing its organization ID and collection ID.
    MIT
  • Import content from a URL into a GitBook organization, with an optional target space. Warning: may overwrite existing content.
    MIT
  • Update a GitBook space's title or visibility settings. Specify the space ID and set new values for title or visibility.
    MIT
  • Retrieve a paginated list of pages from a GitBook space or change request, enabling quick access to all documentation content.
    MIT