Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_get_partner_level

Retrieve partner level information for a distributor's partners, filtered by billing sub-region and optionally by name, update date, or EDI number.

Instructions

Return partner level information for a distributor's partners. Filters by billing sub-region and optionally by name, update date, or EDI number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoFilter partners by name (partial match)
pageNoPage number to fetch, starting at 1
page_sizeNoNumber of results per page (max 500)
edi_numberNoFilter partners by EDI number
updated_dateNoFilter partners updated on or after this date (ISO 8601 date string)
distributor_idYesDistributor ID (X-Distributor-ID header value)
billing_sub_regionYesBilling sub-region to filter partners by (required, e.g. 'US', 'EMEA')
Behavior2/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 only states 'return partner level information', indicating a read operation, but does not disclose pagination behavior (despite page/page_size parameters), rate limits, or any side effects. The schema covers parameters, but the description adds minimal behavioral context.

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 extremely concise at two sentences and 18 words. It front-loads the core purpose and immediately mentions key filters. Every word serves a purpose with no redundancy or fluff.

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?

Given the tool has 7 parameters and no output schema, the description provides a clear purpose and mentions filters but omits pagination details (even though schema has page/page_size) and does not explain the response format. It is minimally adequate but lacks completeness for a tool with this complexity.

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 3. The description lists the required billing sub-region and optional filters (name, update date, EDI number), reinforcing their roles. However, it adds no additional semantic detail beyond what the schema descriptions already provide, such as format hints or relationships.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns partner level information for a distributor's partners, using a specific verb and resource. It mentions filtering by billing sub-region and optional filters. While it distinguishes from siblings like sophos_get_partner_admin by focusing on 'partner level', it doesn't explicitly differentiate from other get tools, leaving slight ambiguity.

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 retrieving partner level information with required and optional filters. However, it provides no guidance on when not to use the tool, no mention of alternatives among the many sibling get tools, and no context on prerequisites (e.g., requiring a distributor ID).

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