Skip to main content
Glama
DanFashauer

SignalGrid MCP

by DanFashauer

signalgrid_system_extensions

Read-onlyIdempotent

Detect stranded macOS system extensions that remain after app uninstall and block reinstallation, with full status details.

Instructions

Installed system extensions (endpoint-security / network) and whether any is STRANDED — still registered after its app is gone (state activated enabled (removed) or terminated waiting to uninstall), which blocks its own reinstall. Read-only; needs no elevation.

Fail-safe: available: false means the state could not be read (never "none installed"); reliable: false means the parsed list may be incomplete (a residual one could be missing — raise the assurance bar); an unrecognized state is unknown, never active.

Returns: dict with available (bool), reliable (bool), count, declared_count, residual_count, active_count, unparsed_rows, and extensions[] each with teamID, bundleID, version, name, enabled, active, state, status (active | pending | residual | unknown).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax extensions to return.
offsetNoPagination offset.
name_containsNoCase-insensitive filter on extension name/bundleID.
response_formatNomarkdown
Behavior5/5

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

Description adds substantial context beyond annotations: it explains fail-safe flags (available, reliable), how to interpret edge cases (unknown states), and the meaning of statuses. It also explicitly confirms read-only behavior consistent with annotations, without contradiction.

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 longer but well-structured with clear sections ('Fail-safe', 'Returns'). Every sentence adds value, covering purpose, edge cases, and output format. It is slightly verbose but not wasteful, earning a 4.

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?

Given no output schema, the description thoroughly documents the return dictionary fields and their semantics, along with failure modes and status categories. This makes it complete enough for an agent to understand the tool's behavior and outputs without additional context.

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 75%, with descriptions for limit, offset, name_contains, and response_format. The description does not add extra parameter semantics; it only explains outputs. The schema descriptions are sufficiently clear, so the baseline 3 applies.

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 precisely states the tool reports installed system extensions (endpoint-security/network) and highlights stranded extensions, a specific resource and condition. It differentiates from siblings like signalgrid_kernel_extensions by focusing on system extensions, and the return structure clarifies it lists them.

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 mentions it is read-only and needs no elevation, providing some operational guidance. However, it does not explicitly compare with alternatives (e.g., signalgrid_kernel_extensions) or state when not to use this tool. Usage timing is implied by the resource type rather than explicitly stated.

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