Skip to main content
Glama

FullScope-MCP

by yzfly

summarize_content

Generate concise summaries of any content by specifying a target length ratio with FullScope-MCP's content summarization tool. Ideal for extracting key information quickly.

Instructions

将任意内容总结为指定比例的长度(默认20%) Args: content: 要总结的内容 target_ratio: 目标压缩比例,0.1-1.0之间 Returns: 总结后的内容

Input Schema

NameRequiredDescriptionDefault
contentYes
target_ratioNo

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "target_ratio": { "default": 0.2, "title": "Target Ratio", "type": "number" } }, "required": [ "content" ], "title": "summarize_contentArguments", "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