Skip to main content
Glama
DanFashauer

SignalGrid MCP

by DanFashauer

signalgrid_local_users

Read-onlyIdempotent

Reveals local user accounts, admin memberships, and console user, allowing cross-check of unexpected admins against expected owner lists for device trust.

Instructions

Local user accounts, admin-group membership, and the current console user.

Unexpected accounts -- especially unexpected admins -- are a core device trust signal. Cross-check admin_group against your expected owner list.

Args: include_system: include uid < 500 daemon accounts (default false).

Returns: dict with keys: users (list of {username, uid, is_admin}), admin_group (list[str] of admin usernames), console_user (str), _note — or {"error": str} if directory services could not be queried.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_systemNoInclude system/daemon accounts (uid < 500). Default false: real login accounts only.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Beyond the readOnly/idempotent annotations, the description discloses the exact return structure including the error case when directory services fail, and the meaning of the include_system flag. This adds behavioral context not present in 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?

Structured with purpose, rationale, args, and returns. Every sentence adds value; no fluff.

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 simple read-only tool with one parameter, the description covers purpose, return format, error behavior, and usage context. The output schema is also described inline, making it 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 coverage is 100% for the single parameter. The description repeats the schema's explanation of include_system but doesn't add new semantic details beyond what the schema already provides, so baseline 3 is appropriate.

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 tool's output: local user accounts, admin-group membership, and current console user. This distinguishes it from sibling tools like signalgrid_installed_apps or signalgrid_os_info, which focus on other device aspects.

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?

Provides a clear use case for device trust: unexpected accounts/admins as a trust signal, and advises cross-checking admin_group against expected owner list. However, it doesn't explicitly contrast with alternatives or state when not to use it, though the sibling tools are clearly different.

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/DanFashauer/signalgrid-mcp'

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