Skip to main content
Glama

TrustScan

Trust Scan Server

trust_scan_server

Security scan an MCP server or skill package before trusting it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesdirectory or file path to scan (on the TrustScan host)
package_nameNopackage name for typosquat detection

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of disclosing behavior. It only says 'Security scan', which is vague and does not indicate whether the operation is read-only, what it checks, whether it has side effects, or any other behavioral details. The description adds no context beyond the tool's name and basic purpose.

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, front-loaded sentence that immediately states the action and target. There is no filler or unnecessary detail, making it highly efficient and easy to parse.

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?

Given the simple two-parameter schema and the presence of an output schema (not detailed here, but noted in context), the description is sufficient for the agent to understand the tool's purpose and how to invoke it. It could benefit from a brief note on what the scan returns, but that is covered by the output schema.

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 already provides descriptions for both parameters (path and package_name) with 100% coverage, so the description adds no additional meaning beyond what is in the schema. The baseline of 3 applies because the schema fully documents the parameters and the description does not expand on them.

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

Purpose4/5

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

The description states a specific action ('Security scan') and a clear resource ('an MCP server or skill package'), which distinguishes it from the sibling tool trust_scan_file that likely targets files. It is concise and unambiguous, though it does not explicitly contrast with the sibling.

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 phrase 'before trusting it' provides a general usage context, but there is no explicit guidance on when to use this tool versus trust_scan_file or any other alternative. The description implies a pre-trust evaluation but leaves the choice criteria to the agent.

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.

TDQS

A3.8/5.0
Disambiguation5/5

The two tools have clearly distinct purposes: scanning a file versus scanning a server. No ambiguity or overlap.

Naming Consistency5/5

Both tools follow the identical 'trust_scan_<target>' pattern, making the naming convention highly predictable and consistent.

Tool Count4/5

With only two tools, the set is compact but still covers the core scanning targets (file and server). It feels slightly thin but is appropriate for a narrowly scoped security scanner.

Completeness4/5

The tools cover the primary scan targets mentioned in the description (file and server), but could potentially include other targets like directories or packages. Minor gap but does not hamper the main use case.

Resources