Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_get_v1_laravel_apps_id_env

Read-onlyIdempotent

Fetch the environment settings for a Laravel app by providing its ID. Use this read-only endpoint to view app environment variables for configuration checks.

Instructions

Get app environment

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, and the description reinforces this with 'Read-only.' It adds useful context beyond annotations by stating the exact GET path and the required scope 'apps:read', which are invocation-relevant details. It does not describe the response payload or note that env values may be sensitive, but this is a simple read operation with strong annotation coverage.

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 well-structured: the main action is front-loaded, followed by the HTTP endpoint, category, required scopes, and read-only status. Every line carries useful information and there is no filler.

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 one-parameter read-only endpoint, the description covers the essential invocation facts: HTTP verb and path, required scope, and read-only nature, while the schema covers the id parameter. It is slightly thin on what exactly is returned and on when to prefer it over sibling Laravel app endpoints, but this is a simple GET with no output schema and the annotations cover the safety profile.

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?

The schema has 100% description coverage for the single id parameter, so the baseline is 3. The description adds only marginal semantic value by showing id in the path context '/v1/laravel/apps/:id/env', indicating it identifies a Laravel app, but it does not explain id format or any additional constraints.

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 a specific verb and resource, 'Get app environment', and includes the explicit HTTP endpoint so an agent can see it targets a Laravel app's env. It does not explicitly differentiate itself from sibling Laravel app subresource getters, but the path '/v1/laravel/apps/:id/env' makes the target unambiguous.

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 about when to call this tool versus the many sibling Laravel app endpoints such as get_v1_laravel_apps_id, composer, logs, queues, or scheduler. The description only states category, required scopes, and that it is read-only, which implies safety but not selection context. There are no exclusions or alternatives mentioned.

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