Skip to main content
Glama

cyberchef_extract_entities

Extract IPv4 addresses, URLs, and email addresses from unstructured text, logs, memory dumps, or decompiled scripts for forensic analysis.

Instructions

Scans unstructured text, logs, memory dumps, or decompiled scripts to automatically extract security entities including IPv4 addresses, URLs, and email addresses.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe unstructured text, log excerpt, or payload from which to extract forensic artifacts.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv1.0.2
    • changedInput schema / properties / text / description
      Previous value: -"Unstructured text to extract entities from"New value: +"The unstructured text, log excerpt, or payload from which to extract forensic artifacts."
  2. First observedv1.0.1

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description carries the entire disclosure burden. It reasonably frames the operation as non-destructive scanning and enumerates entity categories, but it doesn't describe the output shape, possible entity list size, or extraction limitations. This is adequate but not rich.

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, focused sentence with no filler. It front-loads the action and input scope, then gives useful examples of the entity types, earning its place.

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?

For a one-parameter tool with no output schema, this description gives enough context for correct invocation: what input to pass and what to expect conceptually. The only gap is explicit return formatting, but that is a modest omission given the tool's simplicity.

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 input schema already describes the text parameter as 'unstructured text, log excerpt, or payload from which to extract forensic artifacts' with 100% coverage. The description repeats the same idea without adding parameter-specific detail, so the baseline score of 3 applies.

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 uses a concrete action ('Scans... to extract') and names the resource type (unstructured text, logs, memory dumps, decompiled scripts) plus the security entity classes extracted. This clearly separates it from transformation tools like cyberchef_from_base64 or cyberchef_url_decode.

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?

It clearly identifies the intended inputs and scenario: raw or semi-structured text, logs, memory dumps, and decompiled scripts. It doesn't name sibling alternatives or give explicit exclusion conditions, but the use case is clear enough that an agent can select it without guessing.

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