list_courses
List all available course categories for organizing recipes, including appetizers, main courses, and more.
Instructions
List all courses (Appetizers, Main Course, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List all available course categories for organizing recipes, including appetizers, main courses, and more.
List all courses (Appetizers, Main Course, etc.).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.5.1Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It implies a read-only listing but does not explicitly state safety, auth requirements, or return format. While 'list' inherently suggests no side effects, the description adds no explicit behavioral guarantees beyond the name.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that front-loads the action and resource. It contains no fluff or redundant information, and every word contributes to the meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description is largely sufficient. It covers the essential purpose and examples. It could optionally mention the return type (e.g., 'returns a list of course names'), but that is implied and not critical for a simple list operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the baseline is 4. The description adds no parameter details, but none are needed. The schema coverage is 100% (empty schema), so nothing is missing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear verb-resource pair: 'List all courses' with explicit examples of course types. It is unambiguous and distinguishes itself from sibling list tools (list_recipes, list_cuisines, etc.) by naming a distinct entity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage by its name and examples but does not explicitly state when to use it over alternatives or any exclusions. For a zero-parameter list tool, this is acceptable but leaves the agent to infer context from the name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alex-zwingli/plan-to-eat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server