Skip to main content
Glama
DanFashauer

SignalGrid MCP

by DanFashauer

signalgrid_install_history

Read-onlyIdempotent

Review macOS software install history newest first to verify security updates landed (e.g., XProtect) or spot unexpected installs. Filter by package name and paginate results.

Instructions

Software install history (OS updates, security content, packages), newest first — the audit trail of what changed on this Mac and when.

Use to verify security updates actually landed (e.g. filter name_contains='XProtect') or to spot unexpected installs.

Args: name_contains: substring filter on the package name. limit/offset: pagination (default 25 per page). response_format: markdown table (default) or JSON envelope {total, count, offset, items, has_more, next_offset}; items have name, version, source, install_date.

Returns: str: rendered table or JSON string; "Error: ..." if the underlying system_profiler query failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return
offsetNoResults to skip for pagination
name_containsNoCase-insensitive substring filter on package name, e.g. 'XProtect' or 'macOS'
response_formatNo'markdown' for a human-readable table, 'json' for machine-readable datamarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Annotations already cover safety (readOnlyHint, idempotentHint, destructiveHint), and the description adds valuable behavioral context: pagination defaults, response envelope structure (total, count, offset, items, has_more, next_offset), and error handling for system_profiler failures. It also clarifies that results are ordered newest first.

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?

The description is well-structured: a concise purpose statement, a practical use-case sentence, then an Args/Returns breakdown. It includes all necessary details without redundancy, making it easy to scan and understand.

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?

The tool has moderate complexity (4 optional params, no output schema provided), but the description fully covers input filtering, pagination, response formats, and error behavior. It even specifies the exact structure of the JSON response, so an agent knows what to expect. Combined with the annotations, this is a complete package.

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

Parameters4/5

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

Schema coverage is 100%, so the parameters are already well-documented. The description adds meaning by explaining the JSON envelope fields and item attributes (name, version, source, install_date), which are not present in the schema. It also ties name_contains to the XProtect use case, providing extra context beyond the schema's description.

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 provides 'Software install history (OS updates, security content, packages), newest first' and frames it as 'the audit trail of what changed on this Mac and when.' This specific verb-resource pairing distinguishes it from siblings like signalgrid_installed_apps or signalgrid_software_updates.

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?

It gives explicit use cases: 'Use to verify security updates actually landed (e.g. filter name_contains='XProtect') or to spot unexpected installs.' This provides clear context for when to use the tool, but it doesn't explicitly mention when not to use it or name alternative sibling tools, so it stops short of a 5.

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