Skip to main content
Glama
mamorett

OCI Load Balancer Log MCP Server

by mamorett

get_ips_by_country

Retrieve unique IP addresses from OCI Load Balancer logs, grouped by country with per-country totals. Shows which countries have the most unique sources.

Instructions

Return unique IP addresses grouped by country, with per-country totals. Useful for understanding which countries have the most unique sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
time_rangeNo24h

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the grouping and totals behavior, which is useful. However, it does not mention whether the operation is read-only, how time_range affects data, or any limitations. The description is not misleading but lacks depth.

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 short sentences that front-load the core action and follow with a use case. Every word contributes value; no fluff or repetition.

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

Completeness2/5

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

The output schema exists, so return values are not the issue. However, with no parameter semantics and no annotations, the description is insufficient for correct invocation. The tool has two optional parameters whose behavior is unexplained, and there is no guidance on how they interact with the grouping.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain the 'limit' or 'time_range' parameters. The agent is left to infer their meaning from parameter names and defaults, which is insufficient.

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 action ('Return unique IP addresses grouped by country') and the per-country totals. It distinguishes itself from sibling tools like search_logs_by_* which filter logs, and list_unique_ips which likely returns ungrouped IPs.

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?

Provides a clear use case: 'Useful for understanding which countries have the most unique sources.' This gives context for when to use the tool. However, it does not explicitly mention when not to use it or suggest alternatives.

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/mamorett/oci_lb_log_custom_mcp'

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