Skip to main content
Glama

Llm Scan Config

llm_scan_config

Execute a promptfoo or deepteam suite from a workspace config to run target-specific, application-aware tests.

Instructions

[AGGRESSIVE — requires human approval] Run a promptfoo or deepteam suite from a config inside the workspace.

Use this when you have a target-specific test suite — application-aware probes almost always outperform generic ones, because they know what the feature is supposed to refuse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNopromptfoo
targetYes
config_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv2.1.0

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses important behavioral traits not present in annotations: '[AGGRESSIVE — requires human approval]' signals a high-impact action needing consent. This goes beyond the minimal readOnly/destructive flags and informs the agent of the approval requirement.

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 concise and front-loaded, starting with the critical approval warning followed by the core action and usage rationale. Every sentence adds value without redundancy, making it efficient for an agent 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?

The description gives enough context for an agent to understand when and why to use the tool, and the output schema exists so return values need not be detailed. However, the lack of parameter descriptions and precise engine/enum values leaves minor gaps in the overall call context.

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?

The schema provides zero descriptions for target, config_path, or engine. The description only implies that config_path refers to 'a config inside the workspace' and mentions engine values 'promptfoo or deepteam' implicitly, but target remains completely unexplained, leaving the agent to guess its meaning and format.

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 a promptfoo or deepteam suite from a config inside the workspace.' It also distinguishes itself from generic alternatives by emphasizing target-specific, application-aware probes, which sets it apart from sibling tools like llm_redteam.

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

Usage Guidelines5/5

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

The description explicitly provides when-to-use guidance: 'Use this when you have a target-specific test suite' and contrasts with generic probes. This gives clear selection criteria relative to other scanning tools, though it does not name specific alternatives.

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/iamsecure1920/Cordon-AI'

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