Skip to main content
Glama
latent-defense

Latent Defense MCP Server

Official

oracle_get_node

Retrieve detailed information about a network node by providing a semantic description that matches the infrastructure graph.

Instructions

Look up a node by description. Finds the best semantic match with full details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations present, so description carries full behavioral disclosure burden. It only mentions 'best semantic match with full details' but does not disclose read-only nature, error handling (e.g., if no match found), or performance implications.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, concise and no redundancy. However, could be structured to include usage guidance or behavioral notes without extra length.

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

Completeness3/5

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

Output schema exists (not shown) which likely explains return values. For a simple lookup tool, description covers core purpose but lacks error scenarios, usage context, and integration with sibling tools. Adequate but not complete.

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?

Only one parameter 'query' with no schema description (0% coverage). Description adds that the query is a 'description' for semantic search but lacks details on expected format, length, or examples. Does not compensate for schema gaps.

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?

Description clearly states 'Look up a node by description' with 'Finds the best semantic match with full details', specifying verb (look up), resource (node), and method (semantic match). Distinguishes from siblings like oracle_search_nodes (likely returns list) and oracle_list_nodes (lists all).

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?

Implies usage for finding a single node via semantic match, but does not explicitly state when to use this vs alternatives like oracle_search_nodes or oracle_list_nodes. No when-not or prerequisites 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/latent-defense/mcp-server-public'

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