Skip to main content
Glama
geoffbelknap

LimaCharlie MCP

by geoffbelknap

lc_list_online_sensors

List currently online sensors or their counts for a specified organization to monitor active endpoint presence.

Instructions

List currently online sensors or online sensor counts for an explicit org.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
oidYes
limitNo
Behavior2/5

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

No annotations are provided, so the description must cover behavioral aspects. It only states the basic action (list online sensors) with no mention of permissions, side effects, pagination, or what happens with invalid org IDs.

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 single concise sentence of 10 words, efficiently capturing the core function. However, it could be slightly more informative without becoming verbose.

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

Completeness2/5

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

Given the tool has 2 parameters and no output schema, the description is incomplete. It fails to explain output format, how to get counts vs lists, pagination, or error handling, leaving significant gaps for correct usage.

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?

With 0% schema description coverage, the description adds little beyond the schema. It implicitly explains oid (explicit org) but omits the limit parameter entirely, not clarifying whether it controls list size or triggers count mode.

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 verb 'list' and the resource 'currently online sensors' or 'online sensor counts', specifying it is for an explicit org. This distinguishes it from sibling tools like lc_list_sensors and other list tools.

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 usage by requiring an explicit org (oid is required), but does not explicitly state when to use this tool versus alternatives like lc_list_sensors, nor does it provide any 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/geoffbelknap/limacharlie-mcp'

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