Skip to main content
Glama

Validate library asset

validate_library_asset
Read-only

Verify that a local library asset exists and matches an optional manifest. Choose static mode for a quick filesystem check or deep_roundtrip for isolated .tox validation in a disposable quarantine bridge.

Instructions

Check that a local library asset exists and is referenced by an optional manifest. The default static mode preserves the cheap filesystem check. Opt-in deep_roundtrip validates an absolute .tox in an authenticated disposable quarantine bridge on a non-9980 port, using a structured loadTox-only job with bounded polling and verified scratch cleanup; offline evidence is UNVERIFIED, never PASS.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deepNo
pathYes
manifest_pathNo
validation_modeNostatic
Behavior5/5

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

The description goes well beyond the annotations by disclosing deep mode's disposable quarantine bridge, non-9980 port restriction, structured loadTox-only job, bounded polling, scratch cleanup, and the UNVERIFIED (never PASS) outcome for offline evidence. It adds rich behavioral context without contradicting the readOnlyHint, openWorldHint, or destructiveHint 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 concise, front-loaded with the core purpose, and every clause adds value. Despite being dense, the two-sentence structure efficiently covers both modes and key constraints without redundancy.

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?

Both validation modes, safety/containment details, and evidence semantics are covered, but the description does not fully specify return/error states beyond PASS/UNVERIFIED. With no output schema, a bit more detail on failure results and output format would make it complete, but the core context is solid.

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?

The description explains the top-level parameters (path, manifest_path, validation_mode) and the purpose of the deep object, but it does not detail the nested parameters such as quarantine_port, max_nodes, or expected_contract. With 0% schema description coverage, the description only partially compensates for these nested parameters.

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 checks a local library asset's existence and optional manifest reference, with specific verbs and resources. It distinguishes between static and deep_roundtrip modes, setting it apart from sibling validation tools like validate_operator_chain.

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?

It provides explicit guidance to prefer the cheap static mode by default and describes when to opt into deep_roundtrip with its quarantine and authentication requirements. However, it does not explicitly state when not to use the tool or name alternative tools such as inspect_component_manifest.

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/Pantani/tdmcp'

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