Skip to main content
Glama
rijul170

Sophos Central MCP Server

by rijul170

sophos_invite_tenant_admin

Invite a new administrator to a Sophos tenant by specifying tenant ID, name, email, and role. An invitation email is automatically sent.

Instructions

Invite a new administrator to a specific tenant via the common API (/common/v1/admins). The admin will receive an invitation email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesAdmin email address
role_idYesRole UUID to assign. Use sophos_list_tenant_roles to see available roles.
last_nameYesAdmin last name
tenant_idYesTenant UUID
first_nameYesAdmin first name
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions the API endpoint and that an invitation email is sent, but does not specify whether the admin is immediately active, any required permissions, side effects, or what the response contains. This leaves significant behavioral gaps.

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 with two sentences that cover the essential information. No unnecessary words or repetition. It is well-structured and front-loaded.

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 lack of output schema and annotations, the description provides sufficient information for a simple invite action. However, it omits details about the response format, error handling, or what happens after the invitation is sent. For a tool of this complexity, it is minimally adequate but could be more complete.

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%, and the schema already includes clear descriptions for each parameter (e.g., role_id references sophos_list_tenant_roles). The description does not add additional semantics beyond what the schema provides, so the baseline score of 3 is appropriate.

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 ('Invite a new administrator'), the resource ('administrator'), and the context ('to a specific tenant via the common API'). It also notes that the admin will receive an invitation email. This effectively distinguishes it from sibling tools like sophos_create_tenant_admin or sophos_update_tenant_admin.

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 the tool is for inviting an admin but provides no explicit guidance on when to use it versus alternatives such as sophos_create_tenant_admin, which might create an admin without an invitation. No exclusions or prerequisites are mentioned.

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