Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_get_v1_laravel_apps_id_queues

Read-onlyIdempotent

Retrieve queue workers for a specific Laravel app using its ID. Ideal for checking active queue configurations and worker status quickly.

Instructions

Get queue workers

HTTP: GET /v1/laravel/apps/:id/queues Category: Laravel Apps Required scopes: apps:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, so the safety profile is well covered. The description adds the required scope 'apps:read', which is useful auth context beyond the annotations, but it does not describe response contents or other behavior.

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

Conciseness5/5

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

The description is compact and front-loaded: a clear one-line purpose, followed by the endpoint, category, required scope, and read-only flag. Each line carries practical information with no filler or repetition beyond the minor redundancy of 'Read-only' with the annotation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read-only GET with no output schema, the description provides the essential call details: endpoint, category, auth scope, and safety classification. It could mention what the response contains or that the id refers to a Laravel app, but the tool is simple enough that an agent can invoke it correctly with the given information.

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

Parameters3/5

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

Schema description coverage is 100%, and the only parameter 'id' is documented as a path parameter. The description adds no additional meaning about what the id refers to, though the HTTP path context implies it is the Laravel app id. Baseline of 3 is appropriate given full schema coverage.

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 opens with 'Get queue workers', a specific verb and resource that clearly identifies the operation. The HTTP path further clarifies the resource context, though it does not explicitly distinguish this from sibling queue-related tools like restart or update.

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 given on when to use this tool versus alternatives. There is no mention of sibling operations such as restarting queues or updating queue configuration, leaving the agent to infer the appropriate context from the tool name and HTTP method alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Panelica/panelica-mcp'

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