Skip to main content
Glama
vino3dx
by vino3dx

get_file_info

Read-only

Retrieve file size and modification time for any absolute path to manage assets in 3ds Max workflows.

Instructions

返回文件大小与修改时间。 [English] Return file size and modification time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes文件绝对路径。 | Absolute file path.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/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 no further behavioral context such as error handling on missing files or the format of the returned values, which keeps this at a baseline 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 very short, front-loaded with the core function, and contains no filler. The bilingual repetition is compact and does not obstruct understanding.

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?

For a simple one-parameter, read-only tool, the description states the two return values and the schema covers the path requirement. It is complete enough for correct invocation, though the exact units and timestamp format are not specified since no output schema exists.

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%, with the single path parameter already documented as an absolute file path. The description does not add any additional parameter semantics beyond the schema, so the baseline score of 3 is appropriate.

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 states a specific verb and resource: it returns file size and modification time for a given path. This clearly distinguishes it from sibling file tools such as file_exists, read_text_file, and list_directory.

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?

There is no explicit 'use this instead of X' guidance, but the stated return values make the intended context obvious: call this when you need file metadata like size and modification time. The sibling set makes alternatives apparent, though exclusions are not spelled out.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools