Skip to main content
Glama

misp_search_galaxy_clusters

Search MISP galaxy clusters by keyword to find specific MITRE ATT&CK techniques, threat actors, or malware indicators.

Instructions

Search galaxy clusters by keyword (find specific MITRE ATT&CK techniques, threat actors, malware, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchYesSearch term (e.g., 'phishing', 'APT28', 'ransomware', 'T1566')
galaxyTypeNoLimit to a specific galaxy type (e.g., mitre-attack-pattern, mitre-intrusion-set)
Behavior2/5

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

No annotations exist, so the description must disclose behavioral traits. It only states the search function and examples, but fails to mention whether it is read-only, authentication requirements, rate limits, or pagination. For a search tool, the lack of read-only confirmation is a gap.

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 with examples in parentheses. It is concise with no wasted words, 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 simple two-parameter search tool with no output schema, the description covers the essential what and examples. It lacks details about return format or behavior but is complete enough for basic use.

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 100%, so baseline is 3. The description adds context by giving example search terms (e.g., 'phishing', 'APT28') and example galaxy types (e.g., 'mitre-attack-pattern'), but does not add new semantic meaning beyond the schema descriptions.

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 verb 'Search' and the resource 'galaxy clusters', with specific examples (MITRE ATT&CK techniques, threat actors, malware) that distinguish it from siblings like misp_get_galaxy (get by ID) and misp_list_galaxies (list all). The purpose is unambiguous.

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 usage for keyword-based searching, but does not explicitly state when to use this tool versus alternatives like misp_search_attributes or misp_search_events. 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.

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/lidless-labs/misp-mcp'

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