Skip to main content
Glama

Document360 MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCUMENT360_API_KEYYesYour Document360 API key
DOCUMENT360_BASE_URLNoThe Document360 API URLhttps://apihub.document360.io

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_category_page_content

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

get_article

Get article by ID from Document360

Args: article_id: The Document360 article ID (e.g., 'rtt2a758-82a7-4dd0-a7c7-0a9ad04881d0')

Returns: Article information including title, content, tags, and metadata

search_in_project

Search inside a project version and return related articles/categories in Document360

Args: project_version_id: The project version ID

Returns: List of hits (articles/categories) from the project version search endpoint

get_category

Get category by ID from Document360

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

Returns: Category information including name, description, articles, and metadata

list_project_versions

List all project versions from Document360

Args: ctx: MCP context for logging and error handling

Returns: List of project versions

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