Skip to main content
Glama

explore_tools_get_all

Retrieves a list of tools for a given group. Supports search, sorting, and pagination.

Instructions

Get All — Explore: Tools. List tools. [GET /api/explore/groups/{group_slug}/organizers/tools] Keywords: explore_tools_get_all, explore tools get all, list tool, list tools, get tool, get tools, search tool, search tools, find tool, find tools, browse tool, browse tools, fetch tool, fetch tools, read tool, read tools, tool, tools, explore tools, explore, groups, organizers, list, get, search, find, browse, fetch, read, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
orderByNo
perPageNo
group_slugYes
queryFilterNo
orderDirectionNodesc
paginationSeedNo
orderByNullPositionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It offers only the single keyword 'read-only' buried in the keyword list, and gives no information about pagination behavior, scoping (group_slug required), or return shape for a list endpoint with 9 parameters.

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 opening sentences are compact, but they are immediately followed by a long, redundant keyword list ('list tool, list tools, get tool, get tools, search tool, search tools...') that adds no discriminating information. The bulk of the description is filler rather than front-loaded value.

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?

For a tool with 9 parameters, no annotations, no output schema, and 0% schema coverage, the description is grossly incomplete. An agent has no way to know required vs optional parameters, pagination defaults, or filtering behavior from the text.

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% across 9 parameters, and the description provides essentially no parameter semantics. The endpoint path hints that group_slug is a path variable, but nothing explains page, perPage, search, orderBy, queryFilter, or the ordering enums. The description does not compensate for the coverage gap.

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

Purpose3/5

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

The description states a recognizable verb+resource ('List tools' for Explore) and includes the endpoint path, so the basic operation is inferable. However, it does not distinguish this from the many sibling tools (organizer_tools_get_all, explore_tools_get_one, organizer_tools_get_all), and 'tools' as a resource is ambiguous. Purpose is only minimally clear.

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?

There is no guidance on when to use this tool versus organizer_tools_get_all or explore_tools_get_one. The only content beyond the operation is an undifferentiated keyword dump (list/get/search/find/browse/fetch/read) that repeats the same concept rather than informing selection.

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