Skip to main content
Glama
k9fr4n

pwpush-mcp

by k9fr4n

create_push

Create a self-destructing secret link for passwords or messages, returning a shareable URL. Set expiration, view limits, and passphrase to control access.

Instructions

Create a Password Pusher secret link and return its sharing URL. The secret payload is NOT echoed back. Share the returned html_url with the recipient. A token is sent if PWPUSH_API_TOKEN is set; some instances also allow anonymous push creation. Pass file_paths to attach one or more local files (a file push). For a text/url/qr push, set payload and kind.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNoPush type: 'text', 'url', or 'qr'. Ignored when file_paths are given (forced to 'file'). On v1 (legacy) instances 'qr' is created as a text push.text
nameNoOptional name for the push.
noteNoOptional private note, visible only to the creator.
payloadNoThe secret to push (text, a URL, or QR content). Optional when file_paths are given.
durationNoTime before the push expires. Accepts a label (15m, 30m, 45m, 1h, 6h, 12h, 1d, 2d, 3d, 4d, 5d, 6d, 1w, 2w, 3w, 1mo, 2mo, 3mo) or the raw enum index 0..17.7d
file_pathsNoLocal file path(s) to attach as a file push (multipart upload).
passphraseNoOptional passphrase required to view the secret.
retrieval_stepNoRequire an extra click before the secret is revealed.
expire_after_viewsNoNumber of views before expiry (1-100).
deletable_by_viewerNoAllow the recipient to delete the push.
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description discloses important behaviors: the secret payload is NOT echoed back, a token is sent if PWPUSH_API_TOKEN is set, some instances allow anonymous push creation, and v1 instances treat 'qr' as text. These details add value beyond the structured annotation fields and help set expectations.

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?

The description is efficiently structured: purpose first, then key behavioral notes, then file vs. text/url/qr usage. Every sentence carries distinct information, and the length is appropriate for the tool's complexity. No redundancy.

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

Completeness5/5

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

Given 10 parameters and no output schema, the description adequately covers critical context: return URL, non-echo behavior, auth token/anonymous option, file push mechanics, and legacy v1 quirk. It is complete enough for an agent to correctly select and invoke the tool.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaning by explaining parameter interactions: file_paths forces a 'file' kind, payload is optional when file_paths are given, and 'qr' behaves differently on v1. This goes beyond individual parameter descriptions and clarifies the overall use.

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?

The description opens with a clear verb+resource: 'Create a Password Pusher secret link and return its sharing URL.' It explicitly states the tool's primary function and distinguishes it from siblings like expire_push and list_active_pushes by focusing on creation. The purpose is unmistakable.

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

Usage Guidelines4/5

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

Provides clear context on when to use the tool: share the returned html_url with the recipient, use file_paths for file pushes, set payload and kind for text/url/qr pushes. It also notes token/anonymous modes. Lacks an explicit 'use this instead of X' alternative comparison, but the guidance is contextually strong.

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/k9fr4n/pwpush-mcp'

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