Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_get_v1_laravel_apps_id

Read-onlyIdempotent

Get a specific Laravel application by ID from Panelica to inspect its configuration and status. Use this read-only action to retrieve app details for verification or troubleshooting.

Instructions

Get Laravel app

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds the required scope 'apps:read', which is useful authentication context beyond the annotations. It does not describe response shape, error behavior, or any other operational details, but for a simple read operation the added context is sufficient for a mid-range score.

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-loaded with the core action, followed by HTTP method, category, required scopes, and read-only status. Each line adds useful operational context, though 'Category: Laravel Apps' is somewhat redundant with the tool name. Overall it is well-structured and efficient for such a simple endpoint.

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?

Given the tool's low complexity, one fully documented parameter, and rich annotations (read-only, idempotent, non-destructive), the description is largely complete. It does not describe the return payload, but 'Get Laravel app' plus the path makes the expected outcome reasonably clear. A slightly richer description of what fields are returned would make it fully complete.

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 does not add new parameter semantics beyond the schema, but it does reflect the path template containing ':id'. With full schema coverage, the baseline of 3 is appropriate.

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 specific verb and resource ('Get Laravel app') and provides the exact HTTP path. It clearly identifies this as a single-app retrieval endpoint, distinct from the list endpoint and from subresource getters like composer, env, or logs. However, it does not explicitly name sibling alternatives, so it stops short of full differentiation.

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?

Usage context is implied by the verb, resource, and path: an agent should use this when it has a Laravel app ID and needs the app's core details. It does not explicitly state when to prefer this over sibling endpoints such as list or subresource getters, and it provides no exclusions. This is acceptable for a simple read-by-id tool but not explicit guidance.

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