Skip to main content
Glama

FullScope-MCP

by yzfly

read_and_summarize_text_file

Summarize text files by specifying a file path and target compression ratio. Extract key content from documents up to 2k characters for efficient information retrieval.

Instructions

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

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_text_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