Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_get_partner_level

Read-only

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

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')
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds that it returns partner level information, but does not disclose additional behavioral traits like pagination or rate limits. No contradiction with annotations.

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?

Single sentence that front-loads the main purpose and key filter options. No unnecessary words or redundancy.

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?

The description covers the basic purpose and filters, but lacks details about pagination (page, page_size) and the structure of the returned data. Given no output schema, the agent may need more context.

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 description coverage is 100%, so the description adds minimal value beyond restating the filter parameters (name, update date, edi number). It does not provide new semantic context.

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 it returns partner level information, with a specific verb and resource. It distinguishes from siblings like sophos_get_partner_admin by focusing on 'partner level' info, but does not explicitly differentiate.

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 fetching partner info filtered by billing sub-region, but provides no explicit guidance on when to use this vs. alternative tools or when not to use it.

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