Skip to main content
Glama
djwmarcx

Better Mealie MCP

by djwmarcx

get_organizers_tools_slug_by_tool_slug

Retrieve details of a specific kitchen tool or organizer item by providing its unique slug identifier.

Instructions

Get One By Slug

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tool_slugYes
accept-languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations exist, and the description does not disclose any behavioral traits such as read-only nature, authentication requirements, rate limits, or side effects. With a blank annotation set, the description fails to compensate by providing essential behavioral context.

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 extremely short (three words) but it is under-specified rather than concise. Every sentence should earn its place, and this one fails to convey necessary information, making it an insufficient descriptor.

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

Completeness1/5

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

Given the presence of multiple sibling tools (e.g., list_organizers_tools, get_organizers_tools_by_item) and an output schema, the description is wholly inadequate. It does not mention the resource type, return format, or how this tool fits into the workflow, leaving the agent without critical context.

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?

Schema description coverage is 0% (no parameter descriptions in schema). The description only says 'Get One By Slug', which implies tool_slug is the slug, but it does not explain the required field or the optional accept-language parameter. It adds no value beyond the schema structure.

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

Purpose2/5

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

The description 'Get One By Slug' vaguely states that the tool retrieves a single item by slug, but it does not specify what resource (e.g., 'tool' in 'organizers' context) and fails to distinguish from sibling tools like get_organizers_categories_slug_by_category_slug. It essentially restates the name, providing no additional clarity.

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?

No guidance is provided on when to use this tool versus alternatives such as get_organizers_tools_by_item (by ID) or list_organizers_tools. The description lacks any context about prerequisites, filters, or when this is the appropriate choice.

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