Skip to main content
Glama
ngh1105
by ngh1105

genvm_lint

Lint, validate, extract schemas, typecheck, set up, or download GenVM contracts using genvm-lint.

Instructions

Run genvm-lint for GenVM contract linting, validation, schema extraction, typechecking, setup, or downloads.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNoArguments passed to the command.
cwdNoWorking directory for the command. Defaults to the MCP server cwd.
timeoutMsNoTimeout in milliseconds. Defaults to 120000.
envNoExtra environment variables merged over the MCP server environment.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It fails to disclose behavioral traits like side effects (e.g., file modifications, network requests), error handling, or required permissions. The description does not elaborate on what the tool does beyond running a command.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise but lacks structure and prioritization. It lists multiple functions without highlighting the primary use case. It could be more efficiently organized.

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 that runs a command, it is critical to mention that it returns stdout/stderr or exit code. No output schema is provided, and the description does not explain what the tool returns. Important behavioral context is missing, making it incomplete for an AI agent.

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 input schema has 100% description coverage, so the schema already documents the parameters (args, cwd, timeoutMs, env). The description adds no extra meaning beyond what the schema provides. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states that the tool runs genvm-lint for various tasks like linting, validation, schema extraction, etc., but it lists multiple purposes without a clear single focus. The verb 'Run' is generic and does not distinguish this tool from sibling tools like 'genlayer' or 'genlayer_deploy'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives, such as 'check_tools' or 'genlayer'. There is no mention of prerequisites, limitations, or context in which this tool is appropriate.

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/ngh1105/genlayer-cli-mcp'

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