Skip to main content
Glama

app_about_get_app_info

Fetch general application information for Mealie, including version and build details, via the about endpoint. Use it to retrieve core app metadata.

Instructions

Get App Info — App: About. Get about. [GET /api/app/about] Get general application information Keywords: app_about_get_app_info, app about get app info, get about, fetch about, read about, retrieve about, view about, show about, about, app about, app, get, fetch, read, retrieve, view, show, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full disclosure burden. The '[GET /api/app/about]' path and the 'read-only' keyword imply a safe read, but the description says nothing about authentication requirements, rate limits, or what the response contains beyond 'general application information.'

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is bloated with redundant phrases ('Get App Info,' 'App: About,' 'Get about') and an exhaustive keyword dump that duplicates the name. The one useful sentence ('Get general application information') is buried at the end instead of being front-loaded.

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 zero-parameter read tool this is minimally adequate: an agent knows it can call it with no arguments to get app info. But with no output schema, no annotations, and only 'general application information' to describe the return, the agent cannot anticipate what fields or configuration values it will receive.

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 takes zero parameters, so per the rubric the baseline is 4. There is nothing parameter-related for the description to clarify or omit.

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

Purpose3/5

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

The description ends with a substantive statement, 'Get general application information,' which gives the tool a verb and resource. However, the leading phrases ('Get App Info — App: About. Get about.') are largely tautological restatements of the name, and nothing distinguishes this 'general application information' from siblings like get_startup_info or get_app_theme.

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?

There is no when-to-use guidance, no conditions, and no mention of alternatives. The trailing keyword list ('fetch about, read about, retrieve about') is search fodder, not usage guidance, leaving the agent to infer the tool's role from its name alone.

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

Deploy Server

Other Tools