unifiles-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| excel_inspect_fileA | 检查 Excel 文件结构。 返回包含所有 Sheet 名称、列头和前几行数据预览的摘要信息。 在决定读取哪个 Sheet 之前,请先使用此工具。 |
| excel_read_sheetB | 读取 Excel 工作表内容并返回 JSON 格式的数据。 支持读取单个工作表。如果数据量大,返回结果可能被截断。 |
| pdf_extract_textA | 从 PDF 文件中提取文本内容。 支持提取所有页面或指定页面范围的文本。页面之间用换行符分隔。 |
| word_inspect_documentA | 综合检查 Word 文档元素。 提取文档中的段落、表格和图片信息,返回综合统计结果。 在决定读取哪个部分之前,请先使用此工具。 |
| word_extract_textA | 提取 Word 文档完整文本。 段落和表格按文档顺序输出,表格转换为 Markdown 格式。 |
| word_extract_tablesA | 提取 Word 文档中的所有表格。 支持返回 Markdown 格式或二维列表格式的表格数据。 |
| word_extract_imagesB | 提取 Word 文档中的图片。 返回包含每张图片元信息的列表,字段包括 filename、path、width、height、format、size_bytes。 |
| word_write_documentA | 将内容写入 Word 文档。 创建新的 Word 文档并写入内容。如果提供了标题,会将标题作为文档标题添加。 |
| sqlite_inspect_databaseA | 检查 SQLite 数据库结构。 返回包含所有表名称、表结构和前几行数据预览的摘要信息。 在决定查询哪个表之前,请先使用此工具。 |
| sqlite_get_schemaA | 获取 SQLite 表结构(字段名到字段类型的映射)。 核心工具。LLM 写 SQL 前必须看 Schema。 |
| sqlite_queryA | 执行 SQL 查询并返回 JSON 格式的数据。 支持参数化查询,防止 SQL 注入。仅支持 SELECT 查询。 |
| pingA | Health check endpoint. Returns 'pong' if server is running. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Asheng008/unifiles-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server