Skip to main content
Glama

check_update

Checks if the running Flaiwheel version is outdated by querying GitHub; returns update notification or upgrade command.

Instructions

Check whether a newer Flaiwheel version is available on GitHub. Read-only.

    Makes a single network request to GitHub (git ls-remote) to compare
    version tags against the running version. No files are modified.
    Use when you suspect Flaiwheel may be outdated, or periodically to
    keep the server current.

    Returns:
        "Up to date" message, or the available version number plus the
        exact bash command to give the user for upgrading.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool is read-only, makes a single network request using git ls-remote, and does not modify files. However, it does not mention potential network failures or rate limits, which are minor omissions for a simple check.

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 concise and well-structured: a clear one-line summary, followed by detailed behavioral notes in a single paragraph, and a bullet-like list of return values. Every sentence adds value without redundancy.

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 no parameters and no annotations, the description provides all necessary information: purpose, behavior, usage guidance, and return values. The presence of an output schema (as indicated by context signals) further reduces the need to describe return structure in detail.

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 no parameters, and schema coverage is 100% (empty). The description adds value by explaining the return format ('Up to date' message or version number with upgrade command), which is beyond the schema. Baseline for zero parameters is 4.

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 checks for a newer Flaiwheel version on GitHub. It includes a specific verb ('check') and resource ('Flaiwheel version'), and distinguishes itself from sibling tools, none of which serve a similar update-checking purpose.

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 explicitly says when to use the tool: 'when you suspect Flaiwheel may be outdated, or periodically to keep the server current.' Although it does not mention when not to use it or alternatives, the context of sibling tools doesn't imply any overlapping functionality, so the guidance 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/dl4rce/flaiwheel'

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