Skip to main content
Glama

Update Status

localnest_update_status
Read-onlyIdempotent

Check npm for the version of LocalNest MCP on the selected channel (stable or beta), with optional force check.

Instructions

Check npm for the latest localnest-mcp version on the selected channel (cached, default every 120 minutes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
force_checkNo
channelNostable
response_formatNojson

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, indicating a safe, read-only operation. The description adds the caching behavior and channel selection, which are useful behavioral traits not covered by annotations.

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?

One concise sentence that front-loads the core purpose and caching detail. No wasted words, though could be slightly more structured with separate clauses.

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

Completeness3/5

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

For a simple status check tool with full annotations and an output schema, the description covers the main idea but omits explanations for two parameters and does not describe the return values (though output schema may cover that). It is adequate but has gaps.

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

Parameters2/5

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

Schema coverage is 0%, so the description must compensate. It only hints at the 'channel' parameter ('on the selected channel') but does not explain 'force_check' or 'response_format'. Given three parameters, this is insufficient.

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?

Description clearly states the tool checks npm for the latest version on a selected channel, which distinguishes it from sibling tools like localnest_update_self (which performs the update) and localnest_server_status (which checks server health). The verb 'Check' and resource 'latest version' are specific.

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?

Provides clear context that the check is cached with a default 120-minute interval, implying users need not call it too frequently. However, it does not explicitly mention when not to use this tool or compare with alternatives like localnest_health.

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/wmt-mobile/localnest'

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