Skip to main content
Glama

Document360 MCP Server

get_category_page_content

Retrieve full page content from Document360 knowledge base using category and page IDs to access formatted HTML/text documentation.

Instructions

Get category page content by ID from Document360

Args: category_id: The Document360 category ID (e.g., 'rtt2a758-82a7-4dd0-a7c7-0a9ad04881d0') page_id: The Document360 page ID (e.g., 'rtt2a758-82a7-4dd0-a7c7-0a9ad04881d0')

Returns: Full page content including HTML/text content and formatting

Input Schema

NameRequiredDescriptionDefault
category_idYes
page_idYes

Input Schema (JSON Schema)

{ "properties": { "category_id": { "title": "Category Id", "type": "string" }, "page_id": { "title": "Page Id", "type": "string" } }, "required": [ "category_id", "page_id" ], "type": "object" }

Other Tools from Document360 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/druellan/document360-mcp'

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