Skip to main content
Glama
djwmarcx

Better Mealie MCP

by djwmarcx

get_media_users_by_user_by_file_name

Retrieve a static recipe image by providing a user ID and file name.

Instructions

Takes in a recipe slug, returns the static image. This route is proxied in the docker image and should not hit the API in production

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYes
file_nameYes
Behavior3/5

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

The description discloses that the route is proxied and should not hit the API in production, which is valuable behavioral context. However, it lacks details on response format, error handling, or what happens if the file does not exist.

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

Conciseness3/5

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

The description is short with two sentences, but one is inaccurate. It is front-loaded but the inaccuracy detracts from its usefulness.

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

Completeness2/5

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

The description fails to explain what type of media is returned, the relationship between user_id and file_name, expected response format, and why the route is proxied. While the tool is simple, these gaps leave it incomplete.

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

Parameters1/5

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

With 0% schema coverage, the description must explain parameters but instead misstates the input as a 'recipe slug'. It does not explain the meaning of user_id or file_name, leaving the agent confused about what values to provide.

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

Purpose1/5

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

The description states 'Takes in a recipe slug, returns the static image' but the tool name and input schema indicate it requires user_id and file_name, not a recipe slug. This mismatch makes the purpose unclear and potentially misleading.

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

Usage Guidelines1/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 sibling tools like get_media_recipes_by_recipe_assets_by_file_name. No context on prerequisites or alternatives is given.

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/djwmarcx/better-mealie-mcp'

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