Skip to main content
Glama

Document360 MCP Server

get_article

Retrieve specific articles from Document360 knowledge base using article ID to access title, content, tags, and metadata.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
article_idYes

Input Schema (JSON Schema)

{ "properties": { "article_id": { "title": "Article Id", "type": "string" } }, "required": [ "article_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