Skip to main content
Glama
BreezeDelegate

wisp-mcp

file_fingerprint

Read-onlyIdempotent

Retrieve SHA-256 and file size for a text file without returning its content, enabling integrity verification and metadata checks.

Instructions

Return SHA-256 and size metadata for a text file without returning its content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
server_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, covering safety. The description adds behavioral context beyond this: it specifies the exact return values (SHA-256 and size) and the constraint 'text file,' which implies it may not handle binary files. This is useful and not redundant with annotations.

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, focused sentence that is front-loaded with the core verb and outcome. Every word earns its place, and it is immediately clear what the tool does.

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?

Given the tool's simplicity, the description is reasonably complete. Output schema exists, so return format is handled elsewhere, and annotations cover safety. The main missing piece is explanation of the server_id parameter, which the description does not address, but overall the tool is adequately specified.

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

Parameters2/5

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

The schema has 0% description coverage, and the description does not mention parameters at all. While 'path' is self-explanatory, 'server_id' is unexplained, leaving ambiguity about its purpose and whether it is required for remote files. The description fails to compensate for the schema gap.

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's function: returning SHA-256 and size metadata for a text file. It explicitly distinguishes itself from content-returning tools by adding 'without returning its content,' making its purpose 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?

The phrase 'without returning its content' implies this should be used when only metadata is needed, providing clear context. However, it does not explicitly name alternatives or state when not to use this tool, though the sibling tools (e.g., read_file) make the contrast obvious.

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/BreezeDelegate/wisp-mcp'

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