Skip to main content
Glama
k9fr4n

pwpush-mcp

by k9fr4n

preview_push

Read-only

Obtain the shareable secret URL for an existing push without consuming a view. Provide the url_token to preview the link and share it without affecting the view count.

Instructions

Return the shareable secret URL for a push WITHOUT consuming a view.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
url_tokenYesThe url_token of an existing push.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations by specifying 'WITHOUT consuming a view', which is a non-obvious behavior not present in the structured fields. However, it doesn't disclose potential rate limits or authorization nuances, which prevents a higher score.

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 a single, tightly written sentence that front-loads the action ('Return') and result ('shareable secret URL') while adding a crucial caveat. Every word adds value, with no redundancy or fluff.

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?

The tool is simple with one parameter and strong annotations. The description effectively communicates the core function and the distinctive 'without consuming a view' behavior. Although there is no output schema, the description hints at the return content (a URL), which is adequate for this tool's complexity.

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 description coverage is 100% for the single parameter (url_token), so the schema fully documents the parameter. The description adds no extra meaning about the parameter beyond saying 'a push', which is already implied by the schema. Baseline 3 is appropriate since the schema carries the burden.

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 clearly states the tool returns a shareable secret URL for a push, using a specific verb ('Return') and resource ('push'). It also distinguishes itself from sibling tools like list_active_pushes or expire_push by adding the phrase 'WITHOUT consuming a view', which is a unique preview capability.

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?

The description implies usage context—previewing a push without consuming a view—but does not explicitly mention when to use this tool over alternatives or exclude other scenarios. It lacks explicit 'when/when-not' guidance that would make it clearer, though some context is provided by the preview intent.

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