Skip to main content
Glama

Presend MCP Server

typosquat_check

Package name typosquatting check

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
packageYes
ecosystemYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, and it discloses almost nothing. A 'check' implies a read-only lookup, but there is no mention of whether it hits a registry, whether results are cached, what a positive typosquat finding looks like, or any rate limits.

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?

It is a single short line with no wasted words, which is structurally clean. But the brevity reflects under-specification rather than disciplined conciseness, since essential context for a 2-required-param security tool is simply absent.

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?

No annotations, no output schema, and 0% schema description coverage mean the description should be doing all the work, yet it offers a single fragment. It leaves the ecosystem parameter, return semantics, and behavioral profile completely unspecified for an operation that clearly needs them.

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?

Schema description coverage is 0% and both parameters are required, so the description must compensate; it does not. 'Package name' loosely maps to the package parameter, but the ecosystem parameter (npm, PyPI, etc.) and its accepted values are entirely undocumented in both schema and description.

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 phrase 'Package name typosquatting check' names a resource (package name) and an operation (typosquatting check), which distinguishes it from siblings like vulnerability_check or repo_health_check. However, it is a bare noun fragment with no verb, no scope details (which ecosystems, exact-match vs. similarity), and no statement of what the check returns, leaving the purpose only loosely defined.

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?

There is no guidance on when to invoke this tool versus alternatives such as vulnerability_check or security_scan, and no prerequisites or exclusions are stated. The description is silent rather than misleading, so it lands at 'no guidance'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.