Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_node_js_apps_get_v1_nodejs_apps

Read-onlyIdempotent

Lists Node.js apps from your Panelica hosting panel. Use this read-only action to view all configured Node.js applications.

Instructions

List Node.js apps

HTTP: GET /v1/nodejs/apps Category: Node.js Apps Required scopes: apps:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.7/5.0
Behavior3/5

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

The description adds the required scope 'apps:read' and the HTTP method, which is useful context beyond the annotations. However, the read-only and non-destructive nature is already fully covered by readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description adds limited new behavioral information.

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 with the core purpose, followed by endpoint, category, scope, and read-only status. Each line contributes useful information with no redundancy or 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 parameterless, read-only list endpoint with strong annotations, the description is largely complete: it identifies the resource, endpoint, required scope, and safety profile. It does not describe the response shape, but for a simple 'list apps' operation this is a minor gap, especially with no output schema provided.

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, which is the baseline 4 case. There is nothing for the description to explain about parameters, and no parameter documentation gap exists.

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?

Description states the exact verb and resource: 'List Node.js apps'. It is clear and distinguishable from siblings like panelica_node_js_apps_get_v1_nodejs_apps_id (specific app) and Python/Laravel list tools, though it does not explicitly call out those alternatives.

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 conveys that this is a list operation via HTTP GET and required scope 'apps:read', which gives useful context. However, it provides no explicit guidance on when to use this tool versus the many related Node.js app tools, such as fetching a single app or its logs.

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