Markdownify MCP Server
by zcaceres
get-markdown-file
Get a markdown file by absolute file path
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filepath | Yes | Absolute path to file of markdown'd text |
Input Schema (JSON Schema)
{
"properties": {
"filepath": {
"description": "Absolute path to file of markdown'd text",
"type": "string"
}
},
"required": [
"filepath"
],
"type": "object"
}