Skip to main content
Glama
zeph-to

@zeph-to/mcp-server

by zeph-to

zeph_file

Upload text content and push it as a file to a user's device. Use for logs, reports, or code snippets.

Instructions

Send a text file to the user's device. The content is uploaded and delivered as a file push. Use for logs, reports, code snippets, or any text content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNameYesFile name with extension (e.g., "report.txt", "output.json")
contentYesText content of the file
titleNoNotification title (defaults to fileName)
targetDeviceIdNoTarget device ID. Omit to use configured default or send to all devices.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Adds context beyond annotations: explains the action as 'uploaded and delivered as a file push'. No contradiction with non-destructive hint; description aligns with readOnlyHint=false.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with primary action, no filler. Every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequately explains purpose and use cases. No output schema, but return value is not critical for this simple action. Could mention delivery confirmation but not required.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema already covers all parameters with descriptions (100% coverage). The description adds generic use cases but no extra parameter-level detail, meeting baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Send a text file to the user's device' with specific verb and resource. Lists concrete use cases (logs, reports, code snippets) that distinguish it from siblings like zeph_notify or zeph_clipboard.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides examples of when to use ('for logs, reports, code snippets, or any text content') but does not explicitly state when not to use or mention alternatives among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/zeph-to/mcp-server'

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