Skip to main content
Glama

timps_system_optimizer

Scan CPU/RAM processes, startup items, thermal throttling, and memory pressure to diagnose slow computers. Receive a report listing processes to kill and startup items to disable, plus a dry-run cleanup script.

Instructions

Diagnose why a computer is slow. Scans: top CPU/RAM processes, startup items, thermal throttling, memory pressure. Returns a report with specific processes to kill and startup items to disable. Generates a dry-run cleanup shell script.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNoOptional: extra context like 'laptop fan running loudly since update'.
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It states the tool 'scans' and 'generates a dry-run cleanup script,' which implies no destructive actions, but it doesn't explicitly state that it makes no changes or that the cleanup script is only a suggestion. This is somewhat helpful but leaves ambiguity about whether the script is actually executed or just generated.

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 concise (two sentences) and front-loaded with the primary purpose, then details what it scans and produces. No filler, though it could benefit from a brief mention of output format. Still, it's efficient and clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a system optimizer toolasi, the description covers key aspects: it diagnoses, scans specific areas, returns a report, and generates a dry-run script. It doesn't specify output format (e.g., JSON structure), but with no output schema or annotations, it provides sufficient context for an agent to understand the tool's function. The sibling context (e.g., timps_environment_doctor) might be related, but the description is adequate for basic selection.

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 only parameter 'context' is optional and has a clear description ('Optional: extra context like laptop fan running loudly'). Since schema coverage is 100% and the description adds a concrete example, it adds value beyond the schema's basic 'Optional' label.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool diagnoses slow computers ('Diagnose why a computer is slow') and lists what it scans (CPU/RAM processes, startup items) and returns (report with processes to kill/disable, dry-run cleanup script). This is a specific verb+resource, but it doesn't explicitly distinguish from sibling 'timps_full_checkup' which likely covers similar ground.

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 implies usage for diagnosing slowness but doesn't explicitly say when to prefer this over 'timps_full_checkup' or other siblings. It mentions scanning specific system areas, giving a hint of scope, but lacks explicit exclusions or alternatives. The optional 'context' parameter is a weak guideline for providing extra details.

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/Sandeeprdy1729/timps-swarm'

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