Skip to main content
Glama

sassy_file_info

Retrieve file or directory metadata: size, timestamps, line count for text files, and sheet info for Excel workbooks. Inspect properties without opening each file.

Instructions

Get detailed file/directory metadata.

Includes: size, timestamps, line count (text), sheet info (Excel).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the transparency burden. It clearly states it returns metadata (not content), lists the specific metadata categories, and implies a read-only operation ('Get'). It does not mention error cases or access requirements, but for a simple read-only tool, this is adequate.

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 two short sentences, front-loaded with the core purpose, followed by a list of included metadata. Every word earns its place; no filler or repetition of schema details. The line-break and bullet-like structure improves readability.

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 has a single parameter, an output schema, and simple read-only semantics, this description is sufficient. It covers the tool's scope (file/directory) and key output categories. It doesn't need to explain return values (output schema exists) or provide usage examples for such a straightforward operation.

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 one parameter `path` with 0% description coverage. The description only refers to 'file/directory' in the purpose, implying path should be a filesystem path, but does not explain required format, whether it must exist, or any constraints. The description does not compensate for the sparse schema information.

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 uses a specific verb ('Get') and resource ('detailed file/directory metadata'), clearly distinguishing it from sibling tools like sassy_read_file (reads contents) and sassy_list_dir (lists directory entries). The inclusion of specific data types (size, timestamps, line count, Excel sheet info) reinforces this clarity.

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 metadata retrieval (vs. reading content), and the list of included fields suggests what it's good for. However, it does not explicitly state when to use it or provide alternative tool names, leaving the agent to infer from the context. No exclusions or comparisons to sassy_read_file or sassy_list_dir are given.

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/sassyconsultingllc/SassyMCP'

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