Skip to main content
Glama
detection-forge

agentic-detection-lookups

Search Lookups

detection_search
Read-onlyIdempotent

Search across LOLBAS, GTFOBins, and process baseline lookups for text matches in filename, description, categories, MITRE IDs, and notes. Returns up to a configurable limit of results.

Instructions

Search across all lookup files for a text match.

Searches filename, description, categories, MITRE IDs, and notes fields across LOLBAS, GTFOBins, and parent-child baselines. Returns up to limit results (default 20).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations declare readonly, nondestructive, idempotent. Description adds that it searches specific fields and returns up to `limit` results. No contradictions. The description provides useful behavioral context beyond annotations.

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?

Two brief paragraphs with no filler. Front-loaded with the core action, then details. Every sentence contributes.

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?

With 2 parameters and an output schema, this description covers the essential behavior. It could mention read-only nature, but annotations already do. Complete enough for this tool's complexity.

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?

Schema coverage is 0%, so description must compensate. It adds meaning to `limit` by stating default 20. `query` is only described implicitly as the text to match. Minimal but adequate.

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 it searches for text matches across all lookup files, specifying the fields (filename, description, categories, MITRE IDs, notes) and sources (LOLBAS, GTFOBins, parent-child baselines). This clearly distinguishes it from sibling tools like detection_list_by_category and detection_list_by_mitre.

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

Usage Guidelines4/5

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

The description implies this is the general search tool, while siblings are more specific in scope. However, it lacks explicit 'when to use' or 'when not to use' guidance, though the context makes it clear enough.

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/detection-forge/agentic-detection-lookups'

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