Skip to main content
Glama

Ghost MCP Server

browse_tags

Retrieve and organize tags from a Ghost blog in text or JSON format. Customize output by specifying page number and tag limit for efficient navigation and management.

Instructions

Get the list of tags from your Ghost blog.

Args: format: Output format - either "text" or "json" (default: "text") page: Page number for pagination (default: 1) limit: Number of tags per page (default: 15) ctx: Optional context for logging Returns: Formatted string containing tag information Raises: GhostError: If there is an error accessing the Ghost API

Input Schema

NameRequiredDescriptionDefault
formatNotext
limitNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "text", "title": "Format", "type": "string" }, "limit": { "default": 15, "title": "Limit", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "title": "browse_tagsArguments", "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/MFYDev/ghost-mcp'

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