{
  "service": "Markdown to MobileDoc Converter",
  "status": "WORKING!",
  "version": "v1.0 - Production Ready",
  "author": "MCPForge",
  "description": "Converts markdown to proper Ghost MobileDoc format",
  "usage": {
    "method": "POST",
    "contentType": "application/json",
    "requestFormat": {
      "markdown": "Your markdown content here"
    },
    "supportedFeatures": [
      "Headings (# ## ### #### ##### ######)",
      "Paragraphs",
      "Bold text (**bold**)",
      "Italic text (*italic*)",
      "Unordered lists (- item)",
      "Ordered lists (1. item)",
      "Blockquotes (> quote)",
      "Code blocks (```code```)",
      "Inline code (`code`)",
      "Links ([text](url))"
    ]
  },
  "note": "Send POST request with JSON body containing markdown field"
}