Skip to main content
Glama

defense_recommend

Read-only

Get a recommended defense strategy for any threat signature. Provides rule type, confidence level, and reasoning for effective threat mitigation.

Instructions

Get a recommended defense strategy for a threat signature.

Returns the suggested rule type, confidence level, and reasoning. Requires Pro tier or Novyx Cloud.

Args: signature_id: The threat signature to get a recommendation for.

Returns: JSON string with recommendation (rule_type, confidence, reasoning).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signature_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the description adds value by mentioning the tier requirement and the return format. No contradictions.

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?

Concise and well-structured: first sentence states purpose, then output format, requirement, and finally args/returns. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter tool with an output schema, the description covers the purpose, return fields, and prerequisite. It is fully sufficient for the agent to understand and use the tool.

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

Parameters4/5

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

The schema has 0% description coverage, but the description explains the parameter signature_id as 'The threat signature to get a recommendation for.' This provides necessary context beyond the schema alone.

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?

Clearly states the tool's purpose: 'Get a recommended defense strategy for a threat signature.' It specifies the output (rule_type, confidence, reasoning) and distinguishes from sibling tools like defense_deploy and threat_*.

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?

Includes a prerequisite ('Requires Pro tier or Novyx Cloud') which guides usage. However, it does not explicitly state when to use this tool versus alternatives or provide when-not scenarios. The context is clear enough given sibling names.

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/novyxlabs/novyx-mcp'

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