Skip to main content
Glama
mrfentmen

artifact-gauge-mcp

by mrfentmen

inspect_manifest

Check a local dependency manifest's metadata, such as file size and structure, while withholding its contents and version details.

Instructions

Inspect bounded metadata for one recognized local dependency manifest without returning its contents or versions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYes
projectYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the key behavioral boundary: it does not return contents or versions, and it only works with 'recognized' manifests. However, it does not describe what 'bounded metadata' includes, how unrecognized manifests are handled, or any potential side effects, leaving gaps for a read-only tool.

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, tightly written sentence (17 words) that front-loads the verb and resource and includes a crucial negation. Every word contributes to the core meaning, with no redundant or extraneous content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with two required parameters and no output schema or annotations, the description under-explains key aspects: it does not define 'bounded metadata,' does not elaborate on parameter usage, and does not describe the return structure. The 'recognized' qualifier also leaves ambiguity about supported manifest types. This is insufficient for an agent to invoke the tool correctly without additional context.

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 input schema has 0% description coverage, and the description does not explain the meaning of 'project' or 'file' beyond their names. Both are required but their exact semantics (paths, IDs, formats) are unclear. The description mentions 'local dependency manifest' but does not map it to the parameters, so it fails to compensate for the schema's lack of documentation.

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's purpose: 'Inspect bounded metadata for one recognized local dependency manifest.' It specifies a distinct verb ('inspect'), resource ('dependency manifest'), and scope ('bounded metadata'), explicitly excluding contents and versions. This differentiates it from the sibling tool 'inspect_artifacts' by resource type, making the purpose unambiguous.

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 context (for local dependency manifests) and a limitation ('without returning its contents or versions'), but it does not explicitly state when to choose this tool over the sibling 'inspect_artifacts' or provide exclusions. No alternatives are mentioned, so the guidance is only implicit.

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/mrfentmen/artifact-gauge-mcp'

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