Skip to main content
Glama

enoch_v1_queue

Read-onlyIdempotent

Browse and filter queue items by status and type using cursor-based pagination. Manage active, queued, blocked, or paused entries.

Instructions

Bounded Dashboard V1 queue list with cursor pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queueNoall
statusNo
searchNo
cursorNo
page_sizeNo
sortNopriority
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds 'cursor pagination' as a behavioral trait, which is useful beyond annotations. However, it does not disclose other behaviors like rate limits or data scope beyond 'Bounded Dashboard V1', leaving gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, front-loading the key purpose. However, it is too sparse and omits essential details, making it not earn its place fully. A bit more context would improve it without sacrificing conciseness.

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?

Given no output schema and 6 parameters, the description is incomplete. It does not explain what items the queue contains, how cursor pagination works, or the meaning of parameters like status and search. The annotations and sibling tools do not compensate for this lack of detail.

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%, and the description provides no explanation for the 6 parameters (queue, status, search, cursor, page_size, sort). It only mentions cursor pagination, which is insufficient to guide parameter usage. The description adds minimal meaning beyond the schema.

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 clearly states 'queue list with cursor pagination', specifying a verb (list) and resource (queue). It does not explicitly distinguish from sibling tools like enoch_queue_list, but the name suggests a version-specific variant, and the 'Bounded Dashboard V1' prefix provides additional context.

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 guidance is provided on when to use this tool versus alternatives, such as enoch_queue_list or enoch_queue_health. The description only states what the tool does, without context for appropriate use cases 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/alias8818/enoch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server