Skip to main content
Glama
hlsitechio

omarchy-mcp

by hlsitechio

Omarchy version and channel information

omarchy_version_info

Get installed Omarchy version, active channel, mirror/package channel, and last upgrade timestamp from local system, avoiding any remote checks.

Instructions

Read the installed Omarchy version, active channel, configured mirror/package channel, and timestamp of the last package upgrade. Fully local; does not check remote updates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the operation is read-only ('Read'), fully local, and does not hit the network, which are key behavioral traits. It does not describe error conditions or output format, but for a simple info tool this is acceptable.

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?

One concise sentence that front-loads the core action and data points, with no filler. Efficient and 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 zero-parameter read-only tool with no output schema, the description enumerates all the data points returned (version, channels, timestamp), giving the agent sufficient context to interpret the call. No essential information is missing.

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?

Tool has zero parameters; per baseline, score is 4. Description adds no parameter details since none exist, but the schema coverage is 100% (empty).

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?

States a specific verb 'Read' and enumerates the exact data points (version, active channel, mirror/package channel, timestamp of last upgrade), making its purpose unambiguous and distinguishing it from general info tools like system_info.

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?

No explicit when/when-not guidance or named alternatives. Only a note that it is fully local and does not check remote updates, implying it is for local version info but not stating when to prefer it over update_system or system_info.

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/hlsitechio/Omarchy-MCP'

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