Skip to main content
Glama

import_nvbench

Import NVBench JSON and its referenced sidecars as an atomic bundle, verifying each sidecar's byte length matches the declared float32 size.

Instructions

Import an NVBench JSON and its provider-declared sidecars as one atomic bundle.

    Parses the primary JSON first to discover which sidecar files the
    document references.  Only those files are imported — no arbitrary
    sibling files are accepted.  Each sidecar's expected byte length is
    bound to ``declared_size * 4`` (float32) and verified after import.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesNVBench --json output path within the selected bounded root.
sensitivityYes
source_rootNoproject
expected_sha256NoDeclared SHA-256 digest of the JSON file (with or without sha256: prefix).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With annotations providing no meaningful safety signals (all false), the description carries the full burden and does so admirably. It discloses atomic bundling, sidecar discovery from the primary JSON, rejection of arbitrary sibling files, and float32 byte-length verification after import—beyond what a simple 'imports' statement would provide.

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 purpose is front-loaded in the first sentence, and the two following sentences add concrete behavioral value without repetition or fluff. The description is compact yet information-dense.

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?

The description adequately covers the core import workflow, sidecar selection, and size verification. It omits guidance on sensitivity or source_root semantics, but since an output schema exists and the described behavior is enough to select the tool, this remains slightly above the minimum viable level.

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 description does not explain any parameter semantics. Schema coverage is 50% (only path and expected_sha256 have descriptions), while sensitivity and source_root remain undocumented. Given the partial schema coverage, the description should compensate but does not.

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 opens with a specific verb and resource: 'Import an NVBench JSON and its provider-declared sidecars as one atomic bundle.' This clearly states what the tool does and distinguishes it from sibling extraction tools by emphasizing the atomic import bundle behavior.

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 an import workflow and details sidecar handling, but it never explicitly says when to use this tool instead of alternatives like extract_nvbench. The context is clear, but there are no exclusions or alternative recommendations.

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/morluto/flameox'

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