Skip to main content
Glama
engineersonal

Panaya MCP Server

panaya_releases

Manage software releases with create, read, update, delete, list, search, and operational actions to control the release lifecycle.

Instructions

Unified tool for releases operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoEntity identifier. Required for get, update, and delete.
dataNoRequest body for create and update operations.
queryNoSearch payload for search operations.
actionYesOperation to perform against the Panaya entity.
projectIdNoOptional project filter for list operations.
paginationNoOptional pagination helper for list and operation actions.
pathParamsNoPath parameters for Swagger operation calls.
operationIdNoSwagger operationId. Required when action is operation.
queryParamsNoQuery string parameters for Swagger operation calls.
Behavior1/5

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

With no annotations, the description carries full responsibility for disclosing side effects, read/write behavior, or special conditions. It provides none of this. The description gives no indication of whether actions are destructive, require authentication, or have rate limits, leaving the agent to infer everything from the schema.

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

Conciseness2/5

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

The description is a single short sentence, but it is under-specified rather than appropriately concise. It fails to convey substantive information, making it closer to a placeholder than a useful tool summary.

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

Completeness1/5

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

This is a complex 9-parameter tool with nested objects, an action enum, and no output schema. The description is entirely inadequate: it does not explain what 'releases' represents, which actions each do, response expectations, or any constraints. The context is severely incomplete.

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 input schema provides complete descriptions (100% coverage) for all parameters, including the action enum and each field. The description itself adds no parameter-level meaning, but the baseline of 3 is appropriate since the schema already documents parameter semantics thoroughly.

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

Purpose2/5

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

The description 'Unified tool for releases operations' is vague and essentially restates the tool name without specifying a concrete action or resource. It does not distinguish this tool from sibling tools beyond the entity name, and lacks a clear verb like 'manage', 'list', or 'create'.

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 provided on when to use this tool versus alternatives such as panaya_projects or panaya_tests. The description does not mention use cases, prerequisites, or scenarios where one action (e.g., list vs operation) should be chosen over another.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/engineersonal/panaya-mcp-sonal'

If you have feedback or need assistance with the MCP directory API, please join our Discord server