Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_laravel_apps_get_v1_laravel_stats

Read-onlyIdempotent

Retrieve Laravel application statistics from your Panelica hosting panel. Use this read-only endpoint to access key Laravel app metrics and monitor performance.

Instructions

Laravel stats

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the description's 'Read-only' adds little. It does add the 'Required scopes: apps:read' auth requirement, which is useful, but it discloses nothing about response shape, aggregation scope, or other runtime behavior.

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 compact and easy to scan, with endpoint, category, scope, and safety information laid out clearly. However, the opening line 'Laravel stats' merely restates the tool name, and 'Read-only' duplicates the annotation, so not every line earns its place.

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?

The invocation is trivially simple because there are no parameters and annotations cover safety, but the description does not explain what data the stats contain or whether they are account-wide or per-app. With no output schema, this lack of return-value context makes the tool hard to select confidently among the many stats-related siblings.

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 tool has zero parameters and the input schema is empty, so there is no parameter ambiguity for the agent. With 0 parameters, the baseline is 4, and the description does not need to compensate for any missing parameter documentation.

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

Purpose3/5

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

The description identifies the resource ('Laravel stats') and HTTP GET operation, so an agent can tell it retrieves some kind of statistics. However, it never says what stats are included or what they represent, leaving the purpose vague and indistinguishable from many other stats endpoints in the sibling list.

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?

The description gives category, endpoint, and required scopes, but provides no guidance on when to use this tool versus alternatives. There is no mention of exclusion conditions, prerequisites beyond scopes, or a named sibling to prefer in different situations.

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