Skip to main content
Glama

explore_tools_get_one

Retrieve one organizer tool from a Mealie group by its UUID and group slug. Use it to view details for a specific tool in the explore tools list.

Instructions

Get One — Explore: Tools. Get tool. [GET /api/explore/groups/{group_slug}/organizers/tools/{item_id}] Keywords: explore_tools_get_one, explore tools get one, get tool, fetch tool, read tool, retrieve tool, view tool, show tool, tool, tools, explore tools, explore, groups, organizers, get, fetch, read, retrieve, view, show, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
group_slugYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral burden. It only supplies a 'read-only' keyword and the GET endpoint, but does not address authentication, permissions, error conditions, or whether the response includes related resources.

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 first two clauses are efficient, but the trailing 'Keywords:' list is a long, redundant synonym dump that repeats the tool name and generic verbs. This keyword stuffing harms conciseness and pushes useful information behind noise.

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?

For a two-parameter GET tool with no output schema and no annotations, the definition should at least clarify parameter roles or usage context. The endpoint adds some structure, but missing parameter semantics and sibling differentiation leave the definition incomplete for reliable selection.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needs to compensate. It shows a URL template with {group_slug} and {item_id}, which indicates both are path parameters, but it never explains what a group_slug identifies or what kind of UUID item_id must be.

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

Purpose4/5

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

The description states a clear verb and resource ('Get tool') and the endpoint pins it to the Explore namespace, which helps separate it from organizer_tools_get_one. However, it does not explain how Explore differs from Organizer or when each namespace applies, so sibling differentiation is only implicit.

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?

No when-to-use guidance is provided. The tool is simply described as 'Get tool' with an endpoint, and the keyword list repeats synonyms without saying when to choose it over organizer_tools_get_one or explore_tools_get_all.

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