Skip to main content
Glama
LesterAJohn

forcepointDSC-mcp

forcepoint_user_deactivate

Revoke access by deactivating a Forcepoint user. This mutating action is disruptive and requires an authorization key when admin auth is enabled.

Instructions

Deactivate a Forcepoint user. Mutating and potentially disruptive; requires authorizationKey when admin auth is enabled.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdNo
companyemailYes
authorizationKeyNo
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses mutating and potentially disruptive behavior, and notes an auth dependency. However, it does not specify what deactivation does to user sessions, tokens, or whether it is reversible (though reactivate sibling hints at reversibility). This is a minimal but non-trivial disclosure.

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, front-loaded with the core action, and every word earns its place. No fluff or repetition.

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

Completeness4/5

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

The tool is simple (no output schema, few params), and the description covers the essential behavioral warning and auth condition. It does not explain the outcome or side effects on the user record, but given the sibling tools and low complexity, it is mostly complete. A bit more detail on deactivation effects would make it fully 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 description coverage is 0%, so the description must explain parameters. It only adds context for authorizationKey (conditional requirement), but does not explain userId vs companyemail usage. The required companyemail is clear from the schema, but the optional userId and authorizationKey remain ambiguous. Partial compensation for one parameter only.

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 ('Deactivate a Forcepoint user') with a specific verb and resource. It distinguishes from sibling tools like forcepoint_user_delete and forcepoint_user_reactivate by using the term 'deactivate' rather than destroy or re-enable.

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?

The description provides clear context by noting the operation is 'mutating and potentially disruptive' and mentions the conditional requirement for authorizationKey. It does not explicitly name alternatives, but the sibling list and the deactivate action imply when this should be used compared to reactivate or delete. Slight deduction for lack of explicit 'when not to use' guidance.

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/LesterAJohn/forcepointDSC-mcp'

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