Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_block_addresses_bulk

Block multiple IP addresses or ranges in one API call. Accepts IPv4/IPv6, CIDR, and dash-separated formats.

Instructions

Block multiple IP addresses or ranges in a single call. Accepts IPv4/IPv6 addresses, CIDR notation (e.g. 1.2.3.0/24), and dash-separated ranges (e.g. 1.2.3.4-1.2.3.10).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressesYesComma-separated list of IP addresses/ranges to block, e.g. '1.1.2.3,1.2.2.3/17,1.3.2.3-1.3.2.6'
tenant_idYesTenant UUID
Behavior2/5

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

No annotations provided; description lacks behavioral details such as idempotency, return value, permissions, or whether it is destructive. Only covers accepted address formats.

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 sentences, no fluff, purpose first, perfectly concise.

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?

Required contextual details missing (return value, error handling, idempotency), but for a simple mutation with full schema coverage, it meets minimum viability.

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?

Schema coverage is 100% (baseline 3). Description adds value by explicitly mentioning IPv4/IPv6 support, which is not in the schema, and reinforces the allowed formats.

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 verb 'block' and resource 'multiple IP addresses or ranges', distinguishing from unblock and list siblings. Includes accepted formats.

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 bulk usage via 'multiple' and 'in a single call', but does not explicitly contrast with individual blocking tools or specify prerequisites/exclusions.

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/rijul170/sophos-central-mcp'

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