Skip to main content
Glama

CastPlan MCP

by Ghostseller

analyze_document_quality

Assess document quality using AI insights to identify issues like duplication, relevance, and completeness. Input a document path to generate targeted analysis.

Instructions

Perform comprehensive quality analysis on documentation with AI insights

Input Schema

NameRequiredDescriptionDefault
analysisTypesNoTypes of analysis to perform
documentPathYesPath to the document to analyze
includeAINoInclude AI-powered analysis

Input Schema (JSON Schema)

{ "properties": { "analysisTypes": { "default": [ "quality" ], "description": "Types of analysis to perform", "items": { "enum": [ "quality", "duplicate", "relevance", "completeness" ], "type": "string" }, "type": "array" }, "documentPath": { "description": "Path to the document to analyze", "type": "string" }, "includeAI": { "default": true, "description": "Include AI-powered analysis", "type": "boolean" } }, "required": [ "documentPath" ], "type": "object" }

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/Ghostseller/CastPlan_mcp'

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