Skip to main content
Glama

FullScope-MCP

by yzfly

read_and_summarize_pdf_file

Extract key information from PDF files by summarizing content, allowing users to condense lengthy documents to a concise format for quick understanding and efficient analysis.

Instructions

读取PDF文件并总结内容(限制2k字符) Args: filepath: PDF文件路径 target_ratio: 目标压缩比例,0.1-1.0之间 Returns: PDF内容总结

Input Schema

NameRequiredDescriptionDefault
filepathYes
target_ratioNo

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" }, "target_ratio": { "default": 0.2, "title": "Target Ratio", "type": "number" } }, "required": [ "filepath" ], "title": "read_and_summarize_pdf_fileArguments", "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/yzfly/fullscope-mcp-server'

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