Skip to main content
Glama

refresh_docs

Update cached mobile SDK documentation to resolve outdated information; specify an SDK name to refresh only that SDK.

Instructions

Refresh cached documentation. Optionally specify an SDK name to refresh only that SDK.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sdkNoSDK name to refresh, or omit for all

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.2

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description bears the full burden of behavioral disclosure. It states only that cached documentation is refreshed, but does not disclose side effects, idempotence, network dependence, scope of impact, or whether the operation is synchronous.

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 two sentences with the primary action front-loaded and the optional parameter stated immediately after. Every word contributes, with no filler or redundancy.

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 single-optional-parameter tool with no output schema, the description is minimally sufficient for basic invocation. However, it omits behavioral context such as what a refresh entails, whether it affects all cached docs at once, and when it should be called, leaving gaps for an agent.

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?

The schema already documents the sdk parameter at 100% coverage, so the description adds little new information. It does restate the optionality and scoping ('only that SDK'), which is helpful but does not extend the schema description.

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 states a specific verb ('refresh') and resource ('cached documentation'), making the operation unambiguous. The optional SDK scoping further distinguishes it from sibling read-oriented tools like list_sdks, search_docs, and search_packages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention a trigger condition such as stale cache, nor does it suggest using sibling tools for searching or listing, leaving an agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.