Skip to main content
Glama

probe_lint

Read-onlyIdempotent

Runs lint rules over MCP server tool schemas to surface issues, returning each finding with a stable code, severity, location, and fix hint.

Instructions

Run the lint rules over the target's tool schemas and return a list of findings with stable codes, severities, locations, and fix hints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
connectionIdNoIdentifier returned by probe_connect. Defaults to the most recent connection if omitted.
Behavior3/5

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

Annotations already indicate readOnly and idempotent behavior, so the description does not need to restate those. It adds useful details about the output structure (stable codes, severities, locations, fix hints) but does not disclose any other behavioral traits such as prerequisites, failure modes, or performance characteristics. The added context is helpful but not rich.

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, focused sentence that front-loads the main action and outcome. Every phrase adds value: it specifies the target, the operation, and the return format. There is no waste or redundancy.

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

Completeness5/5

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

For a tool with one optional parameter and no output schema, the description covers the necessary context: what it does and what the return value contains. Annotations handle safety and idempotency. The tool's simple nature means no additional details are needed for competent use.

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 schema provides 100% coverage for the only parameter (connectionId) with a clear description. The tool description adds no additional parameter information, so it does not exceed the baseline. The schema is sufficient; the description contributes nothing extra here.

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 function: run lint rules over tool schemas and return findings. It names the specific action, resource, and output components (codes, severities, locations, fix hints), making it distinct from sibling tools like probe_fuzz or probe_list.

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?

The description does not provide any guidance on when to use this tool versus alternatives among the sibling tools. It neither mentions exclusions nor suggests scenarios where probe_list or probe_report would be more appropriate. Usage context is only implied by the tool's function.

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/actions-marketplace-validations/alitiknazoglu_mcprobe'

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