Skip to main content
Glama

get_power_analytics

Retrieves laptop power state (AC/battery), discharge rate, battery percentage, and capacity degradation from sysfs. Flags missing data in errors for accurate monitoring.

Instructions

Returns power state (AC vs battery), discharge rate in watts, battery percentage, and capacity degradation. Read-only from /sys/class/power_supply. Missing sysfs data lands in the errors field. Use for laptop power monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorsNo
ac_onlineYes
battery_percentYes
discharge_rate_wattsYes
capacity_degradation_percentYes
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 explicitly states 'Read-only' which is a key safety trait, and it discloses error behavior: 'Missing sysfs data lands in the errors field.' This adds valuable behavioral context beyond the basic return value list.

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 three sentences, each providing essential information: what is returned, the data source and safety, error handling, and a usage recommendation. No wasted words.

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 that the tool has no params and an output schema exists (which covers return values), the description is complete. It explains what data is retrieved, where from, error behavior, and typical use case. It is fully self-contained.

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?

The tool has zero parameters (empty schema), so the baseline is 4. There is nothing to add beyond the schema; the description appropriately focuses on behavior rather than parameter details.

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 returns power state (AC vs battery), discharge rate in watts, battery percentage, and capacity degradation. This is a specific verb ('returns') with a clear resource (power analytics), and it distinguishes itself from sibling tools which cover different system resources.

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?

The description provides a clear use case: 'Use for laptop power monitoring.' It also specifies the data source (/sys/class/power_supply), giving context on when this tool is appropriate. It does not explicitly name alternatives or exclusions, but since no sibling tool handles power data, this is sufficient.

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/Mohabdo21/linux-mcp'

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