Skip to main content
Glama
djwmarcx

Better Mealie MCP

by djwmarcx

list_organizers_tools

Retrieve a paginated list of organizer tools, with search and ordering options for managing meal plans and recipes.

Instructions

Get All

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
orderByNo
perPageNo
queryFilterNo
orderDirectionNo
paginationSeedNo
accept-languageNo
orderByNullPositionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

With no annotations provided, the description must disclose behavior, but it only says 'Get All'. It does not mention pagination, filtering, authentication, or any other behavioral traits, leaving the agent uninformed.

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?

While short, the description is under-specified rather than concise. 'Get All' lacks necessary detail and is not front-loaded with useful information. A proper description should succinctly state the tool's full purpose.

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 tool has 9 parameters and an output schema, the description is entirely insufficient. It does not explain the return value, the effect of parameters, or how this tool fits among siblings, making it incomplete for any useful agent invocation.

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?

The input schema has 9 parameters with 0% description coverage, meaning no parameter descriptions exist. The description 'Get All' adds no meaning to any parameter, so the agent has no idea how to use page, search, orderBy, etc.

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 'Get All' is a tautology of the tool name 'list_organizers_tools' and does not specify what resource is being listed. It fails to convey the purpose of listing organizer tools, making it vague and uninformative.

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 sibling tools like 'get_organizers_tools_by_item' or other list tools. There is no mention of context, prerequisites, or exclusions.

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