Skip to main content
Glama
syedtaj7

Kitbag MCP

by syedtaj7

utility_file_hash

Compute the cryptographic hash (SHA-256, MD5, or SHA-1) of any file or text string.

Instructions

Calculate the cryptographic hash (SHA-256, MD5, SHA-1) of a file or text string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoText content to hash.
filePathNoLocal path to a file to hash.
algorithmNoHashing algorithm. Defaults to 'sha256'.sha256
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the tool computes hashes (read-only, non-destructive) and accepts file or text inputs. However, it does not mention potential security implications of reading local files or the exact return format.

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 sentence that efficiently captures the tool's purpose and options (algorithms and input types). No unnecessary words.

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 simple tool with 3 parameters and no output schema, the description covers the main inputs and algorithm choice. However, it does not specify the return value format (e.g., hex string), which would be helpful for an agent.

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%, so the baseline is 3. The description adds minimal extra meaning beyond the schema, only summarizing that text or file can be hashed with chosen algorithm, which is already clear from parameter descriptions.

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 calculates cryptographic hashes (SHA-256, MD5, SHA-1) for files or text strings, with a specific verb and resource. It distinguishes from sibling tools like utility_url_parser or ai_text_chunker which have unrelated purposes.

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 for hashing files or text but does not provide explicit when-to-use or when-not-to-use guidance nor alternatives. It lacks context about prerequisites or limitations, though the purpose is straightforward.

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/syedtaj7/Kitbag-mcp'

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