Skip to main content
Glama
monitoringartist

LogicMonitor MCP Server

get_user

Read-only

Retrieve complete details for a LogicMonitor user by ID, including permissions, login activity, and security status.

Instructions

Get detailed information about a specific user by their ID in LogicMonitor (LM) monitoring.

Returns: Complete user details: username, email, firstName, lastName, roles (permissions), status (active/suspended), last login time, created date, phone, timezone, API token count, two-factor auth status.

When to use:

  • Review user permissions and roles

  • Check last login time (identify inactive users)

  • Verify contact information

  • Audit user access before modification

  • Get user details for API token management

Key information:

  • roles: Array of role names (defines permissions)

  • status: "active" (can login) vs "suspended" (access revoked)

  • lastLoginOn: Epoch timestamp (identify inactive accounts)

  • apiTokens: Number of active API tokens

  • twoFAEnabled: Whether 2FA is configured

Security audit use cases:

  • Find users who haven't logged in for 90+ days

  • Review which users have admin roles

  • Check if former employees still have access

  • Verify API token usage per user

Workflow: Use "list_users" to find userId, then use this tool for complete user profile.

Related tools: "list_users" (find user), "list_roles" (see available roles), "list_api_tokens" (view user's tokens), "update_user" (modify).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdYesThe ID of the user to retrieve
fieldsNoComma-separated list of fields to include in response. Examples: "id,displayName,hostStatus" or use "*" for all fields. Omit this parameter to receive a curated set of commonly used fields.
Behavior5/5

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

Describes return fields in detail (username, email, roles, status, etc.) and explains their significance (e.g., 'status: active vs suspended'). Includes security audit use cases. Annotations already indicate read-only, and description reinforces safety with 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections and bullet points. Every sentence adds value, though somewhat lengthy. Front-loaded with purpose. Could be slightly more concise, but structure aids readability.

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 no output schema, description provides thorough coverage of return fields, use cases, and workflow. Complements high schema coverage and readOnlyHint annotation. Complete enough for an agent to understand what the tool does and how to use it.

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?

Input schema covers both parameters with descriptions. Description adds no new parameter-level detail beyond schema. Baseline 3 for high schema coverage (100%). Description compensates slightly by explaining return fields that relate to the 'fields' parameter, but not enough to exceed baseline.

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?

Clearly states 'Get detailed information about a specific user by their ID in LogicMonitor (LM) monitoring.' Differentiates from sibling tools like list_users (find user ID) and update_user (modify). Purpose is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly lists when to use: review permissions, check last login, verify contact, audit before modification, API token management. Provides workflow: use list_users to find userId then this tool. Mentions related tools for context.

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/monitoringartist/logicmonitor-mcp-server'

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