Skip to main content
Glama

NCCN Guidelines MCP Server

by gscfwid
MIT License
2

extract_content

Extract text content from specified pages of a PDF file for accurate processing. Supports custom page ranges, including negative indexing, to isolate relevant information efficiently.

Instructions

Extract content from specific pages of a PDF file. Args: pdf_path: Path to the PDF file (relative to the downloads directory or absolute path) pages: Comma-separated page numbers to extract (e.g., "1,3,5-7"). If not specified, extracts all pages. Supports negative indexing (-1 for last page). Returns: Extracted text content from the specified pages

Input Schema

NameRequiredDescriptionDefault
pagesNo
pdf_pathYes

Input Schema (JSON Schema)

{ "properties": { "pages": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Pages" }, "pdf_path": { "title": "Pdf Path", "type": "string" } }, "required": [ "pdf_path" ], "title": "extract_contentArguments", "type": "object" }
Install Server

Other Tools from NCCN Guidelines 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/gscfwid/NCCN_guidelines_MCP'

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