Skip to main content
Glama

scan_mcp_tools_list

Scan an upstream MCP tools/list payload for threats and diff tool snapshots

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolsYes
agentIdYes
serverUrlYes

Schema Changelog

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

  1. Added

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations provided, the description must disclose behavioral traits. It mentions 'scan for threats' and 'diff tool snapshots', suggesting non-mutating analysis, but it does not specify whether the operation is read-only, whether it requires network access to 'upstream', what constitutes a 'threat', or if any data is stored or transmitted. This lack of safety and side-effect information is a significant gap for a security-related 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 sentence that grabs the core purpose without excessive wording. It is front-loaded with the verb 'Scan' and the main resource. No fluff or repetition of schema details.

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 three required parameters, no annotations, and no output schema, the description is too sparse. It does not explain the outcome or return value, what 'threats' means, how the diff works, or any side effects. The security context and potential risks are left entirely unspecified, making it insufficient for safe and correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description coverage is 0%, so the description must compensate but fails to explain any of the three parameters (agentId, serverUrl, tools). The description's mention of 'payload' vaguely relates to 'tools', but it gives no meaning for 'agentId' or 'serverUrl', nor does it clarify the structure or purpose of the 'tools' array. The agent receives no help beyond the schema's basic types.

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 clearly states the tool's function: scanning an upstream MCP tools/list payload for threats and diffing tool snapshots. This distinguishes it from the sibling 'scan_mcp_tool_result', which likely handles a single tool result. However, 'diff tool snapshots' is somewhat vague without further context.

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 this tool is used when you have an upstream MCP tools/list payload, but it does not explicitly state when to use it versus alternatives like 'scan_mcp_tool_result' or list any prerequisites. No exclusions or when-not-to-use guidance is provided.

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

B3.2/5.0
Disambiguation5/5

Each tool targets a distinct action: checking proposed actions, logging/reading audit data, proxying requests, registering/verifying agents, scanning different payload types, and setting profiles. The separation between check_action and scan_mcp_tool_result is clear from their descriptions (proposed action vs. upstream result).

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., check_action, get_audit_log, set_behavior_profile). No mixing of styles or vague verbs beyond standard operation names.

Tool Count5/5

With 9 tools, the set is well-scoped for a security-focused MCP governance server. Each tool addresses a clear need without redundancy or excessive granularity.

Completeness4/5

The tool set covers the core lifecycle: agent registration, verification, behavior profiling, action checking/logging, audit retrieval, proxying, and scanning. Minor gaps include no explicit agent removal or policy management tools, but these may be intentionally outside the server's scope.

Resources