Skip to main content
Glama

Get runtime overview

nanostores_runtime_overview
Read-onlyIdempotent

Monitor Nanostores state management health by analyzing active stores, error-prone stores, unused stores, and activity patterns for runtime optimization.

Instructions

Use this when you want a high-level health check of the running app's state management. Returns active stores, error-prone stores, unused stores, and activity patterns. Example: {} or {windowMs: 60000, compact: true}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
windowMsNoTime window in milliseconds (from now back)
compactNoReturn TOON-encoded compact table for lower token cost

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
statsYes
noisyStoresYes
errorProneStoresYes
unmountedStoresYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the agent knows this is a safe, repeatable read operation. The description adds valuable context about what the tool returns (health check data types) and mentions the 'compact' parameter's purpose for 'lower token cost,' which isn't covered by annotations. No contradiction with annotations exists.

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 efficiently structured in two sentences: the first states the purpose and return data, the second provides parameter examples. Every sentence adds value without redundancy, and it's appropriately front-loaded with the core functionality.

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 tool's moderate complexity (diagnostic read operation), rich annotations (readOnlyHint, idempotentHint), and the presence of an output schema, the description is reasonably complete. It covers the tool's purpose and key return aspects, though it could benefit from more explicit differentiation from sibling tools to fully guide usage.

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 description coverage is 100%, so the schema fully documents both parameters (windowMs, compact). The description adds minimal value by providing example parameter structures ({}, {windowMs: 60000, compact: true}) and noting the compact parameter reduces token cost, but doesn't explain parameter interactions or default behaviors beyond what the schema provides.

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's purpose as providing a 'high-level health check of the running app's state management' and lists specific return data (active stores, error-prone stores, unused stores, activity patterns). It distinguishes from some siblings like 'nanostores_ping' (basic connectivity) but doesn't explicitly differentiate from similar diagnostic tools like 'nanostores_store_summary' or 'nanostores_runtime_coverage'.

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 provides some guidance with 'Use this when you want a high-level health check' and gives parameter examples, but it doesn't explicitly state when to choose this tool over similar siblings (e.g., 'nanostores_store_summary' or 'nanostores_runtime_coverage'). The context is implied rather than explicitly contrasted with alternatives.

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/Valyay/nanostores-mcp'

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