Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_get_v1_laravel_apps

Read-onlyIdempotent

Retrieve a list of Laravel applications from your Panelica hosting panel to review existing apps.

Instructions

List Laravel apps

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint false, and the description reinforces with 'Read-only.' Beyond that, it adds required scopes 'apps:read' and exact endpoint specifics. It does not describe response shape, but the annotations already cover the safety profile.

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

Conciseness4/5

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

The description is compact and front-loads the core action in its first line. It includes useful endpoint, category, scope, and read-only information; the only slight redundancy is repeating the read-only safety hint already present in annotations.

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

Completeness5/5

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

For a zero-parameter, read-only, collection-level listing, the description supplies the endpoint, category, required scope, and safety behavior. The verb 'List' and plural resource communicate the return concept, and sibling tools cover single-app or stats retrieval. Nothing needed for correct invocation is missing.

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

Parameters4/5

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

The input schema has zero parameters and 100% schema description coverage, so there is no parameter ambiguity to resolve. Baseline 4 applies; the description appropriately adds no param-specific content.

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

Purpose5/5

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

The description opens with the specific action 'List Laravel apps,' naming the exact resource and HTTP GET path. The plural resource and category distinguish it from sibling tools like get_v1_laravel_apps_id (specific app) and get_v1_laravel_stats (aggregated stats).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for enumerating all Laravel apps, and it includes required scopes, but it does not explicitly say when to choose this over get_v1_laravel_apps_id or get_v1_laravel_stats. No alternative tools are mentioned, so usage guidance is implied rather than explicit.

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