Skip to main content
Glama
ZenixSolutions

lumics-mcp

Get the current user and company

lumics_get_me
Read-onlyIdempotent

Return the current Lumics user and company info (ID, name, timezone, active flag). Use the returned company ID to enable company-scoped tools and validate credentials.

Instructions

Return the Lumics user this server authenticates as, together with the company that user belongs to — the company id, name, IANA timezone and active flag. This is the tool that bootstraps the rest of the server: LUMICS_COMPANY_ID is optional, and when the operator has not set it the company-scoped tools (devices, collectors, components, IPAM, company metrics) are not registered at all, so this may be almost the only tool you can see. In that state, call this tool, then tell the operator to set LUMICS_COMPANY_ID to the "company.id" value it returns and restart the server — passing the id as a companyId argument will not help, because those tools are absent rather than failing. It is also the cheapest way to check that the configured credential works at all. Takes no arguments and changes nothing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoOptional list of top-level field names to keep in the output, e.g. ["id","name","ipAddress","enabled"]. Use this on large lists to stay inside the output budget; omit it to see every field.
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, etc.), the description discloses the conditional tool registration behavior and explains that passing a companyId argument won't help because the tools are absent rather than failing. This is valuable context not evident from structured data.

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?

The description is a multi-sentence paragraph but front-loads the core function. The bootstrap explanation adds length, yet every sentence serves a purpose. It is not overly verbose and is well-structured.

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?

For a tool with one optional param and no output schema, the description is remarkably complete: it explains the primary return fields, the bootstrap scenario, the environment variable setup, and the credential check use case. The 'fields' parameter is handled by the schema, so no gap remains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully describes the optional 'fields' parameter, so the baseline is 3. However, the description states 'Takes no arguments' which directly contradicts the existence of this optional parameter and could mislead an agent into thinking it cannot pass arguments to control output. This actively worsens parameter understanding.

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 it returns the authenticated Lumics user and their company, listing specific fields (id, name, IANA timezone, active flag). This easily distinguishes it from the sibling tool about device definition components.

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 explains when this tool is essential: when LUMICS_COMPANY_ID is not set, company-scoped tools are not registered, so this may be the only tool available. It instructs to call it first and tells the operator to set the environment variable, and also positions it as the cheapest way to check credentials.

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/ZenixSolutions/lumics-mcp'

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