Skip to main content
Glama
BigfootBytes

threatlocker-mcp-server

by BigfootBytes

ThreatLocker Computer Groups

computer_groups
Read-onlyIdempotent

Retrieve and inspect computer groups to organize computers and define policy scope. Filter by OS, organization, or install key, and get dropdown lists for UI selection and approval workflows.

Instructions

List and inspect ThreatLocker computer groups.

Computer groups organize computers and define policy scope. Policies are applied to groups, not individual computers. The "global" group (includeGlobal=true) permits applications across all groups.

Common workflows:

  • Get all groups with computers: action=list, includeAllComputers=true

  • Get group dropdown for UI/selection: action=dropdown

  • Get groups across organizations (MSP): action=dropdown_with_org, includeAvailableOrganizations=true

  • Filter by OS type: osType=1 (Windows), 2 (macOS), 3 (Linux)

  • Get groups for approval workflow: action=get_for_permit

  • Get group by install key: action=get_by_install_key, installKey="..."

Permissions: Super Admin (for list), Edit Computers, Edit Computer Groups, View Computers. Key response fields: computerGroupId, name, osType, computerCount, organizationId.

Related tools: computers (list computers in groups), policies (policies applied to groups)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYeslist=full details with computers, dropdown=simple list for selection, dropdown_with_org=includes parent/child orgs, get_for_permit=groups for approval workflow, get_by_install_key=get group by 24-char install key
osTypeNoOS type: 0=All, 1=Windows, 2=macOS, 3=Linux, 5=Windows XP
installKeyNo24-character install key (required for get_by_install_key)
hideGlobalsNoHide global groups (dropdown action)
fetchAllPagesNoFetch all pages automatically (max 10 pages). Default: false (single page).
includeGlobalNoInclude global application-permitting group (list action)
computerGroupIdNoFilter by specific computer group GUID (list action)
response_formatNoOutput format: markdown (default, human-readable) or json (structured)markdown
includeIngestorsNoInclude ingestors (list action)
includeDnsServersNoInclude DNS servers (list action)
includeAllPoliciesNoInclude all policies attached to groups (list action)
includeAllComputersNoInclude all computers in response (list action)
includeParentGroupsNoShow parent computer groups (list action)
includeAccessDevicesNoInclude access devices (list action)
includeOrganizationsNoInclude accessible organizations (list action)
includeLoggedInObjectsNoAdd contextual path labels (list action)
includeRemovedComputersNoInclude removed computers (list action)
includeAvailableOrganizationsNoInclude child and parent organizations (dropdown_with_org action)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoResponse data — shape varies by action
errorNo
successYes
paginationNo
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context beyond annotations: the global group's special 'permits applications across all groups' behavior, the policy-scope implication, required permissions, and key response fields. No contradictions 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?

The description is well-structured and front-loaded: purpose, domain concept, common workflows, permissions, key fields, and related tools. Every section earns its place; the workflow bullet list is dense but scannable. No filler or redundancy.

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

Completeness5/5

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

Despite 18 parameters and 5 action variants plus an output schema, the description covers all critical decision points: common workflows, permissions, key response fields, and relationships to sibling tools. The output schema itself handles return-value details, so nothing essential is missing for selecting and invoking the tool correctly.

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%, so baseline is 3. The description adds meaning to several parameters by framing them in workflows (e.g., includeGlobal=true permits applications across all groups, osType enum examples, includeAllComputers for full group details). It also clarifies the 'global' concept and lists key response fields, enhancing the agent's understanding beyond the schema.

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?

Opens with a specific verb and resource ('List and inspect ThreatLocker computer groups') and immediately clarifies the domain concept (groups organize computers and define policy scope). It also differentiates itself from sibling tools via the 'Related tools' line, explicitly stating computers lists computers in groups and policies are applied to groups.

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 'Common workflows' section gives explicit action+parameter recipes for common scenarios: list with includeAllComputers, dropdown for UI selection, dropdown_with_org for MSP, osType filters, get_for_permit for approval workflow, and get_by_install_key with a 24-char key. It also lists required permissions. However, it does not explicitly state when NOT to use this tool versus alternatives, only a brief related-tools pointer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/BigfootBytes/threatlocker-mcp-server'

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