Skip to main content
Glama

deploy_to_pinme

Upload static websites, HTML files, or frontend projects to IPFS via Pinme. Automatically detects common build directories and provides ENS URLs for deployed sites.

Instructions

将静态网站、HTML 文件或前端项目上传到 Pinme (IPFS)。支持单个文件或整个目录。如果未指定路径,会自动检测常见的构建输出目录(build、dist、out、.next 等)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo要上传的文件或目录路径。如果未指定,会自动检测当前目录下的常见构建输出目录(build、dist、out、.next 等)。
Behavior3/5

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

With no annotations provided, the description carries full burden. It describes the upload behavior and automatic directory detection, but doesn't disclose important behavioral traits like authentication requirements, rate limits, error handling, or what happens to existing deployments. The description adds some context but leaves gaps for a mutation tool.

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 concise sentences with zero waste. First sentence states purpose and scope, second sentence explains the automatic behavior when parameter is omitted. Every word earns its place.

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

Completeness3/5

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

For a deployment tool with no annotations and no output schema, the description provides adequate basic information about what it does and parameter behavior, but lacks details about what happens after deployment (e.g., returns a URL? CID? success confirmation?), error conditions, or authentication requirements that would be needed for complete understanding.

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 description coverage is 100%, so the schema already fully documents the single parameter. The description adds marginal value by reinforcing the automatic detection behavior mentioned in the schema description, but doesn't provide additional semantic context beyond what's already in the structured data.

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 specific action ('upload to Pinme (IPFS)'), the resource types ('static websites, HTML files, or frontend projects'), and distinguishes from siblings by focusing on deployment rather than status checking or listing deployments.

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?

It provides clear context for when to use this tool (uploading static content to IPFS) and mentions automatic detection of build directories, but doesn't explicitly state when NOT to use it or compare it to sibling tools like check_pinme_status or list_deployments.

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/liaoshengrong/pinme-deploy-mcp'

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