Skip to main content
Glama
engineersonal

Panaya MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PANAYA_TOKENYesThe Panaya API token.
PANAYA_BASE_URLYesThe base URL of the Panaya host.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
panaya_authB

Refresh the Panaya generated API token

panaya_operationsC

Discover and execute any Panaya Swagger operation by operationId

panaya_projectsD

Unified tool for projects operations

panaya_requirementsD

Unified tool for requirements operations

panaya_testsD

Unified tool for tests operations

panaya_defectsD

Unified tool for defects operations

panaya_releasesD

Unified tool for releases operations

panaya_cyclesD

Unified tool for cycles operations

panaya_businessProcessesD

Unified tool for businessProcesses operations

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.4/5.0

Scored across 9 tools

Disambiguation2/5

The generic panaya_operations tool overlaps with all resource-specific tools, as it can execute any operation. This makes it unclear whether to use a specific tool or the generic one, especially since the 'unified' tools likely wrap similar operations.

Naming Consistency4/5

Most tools follow a consistent panaya_<resource> pattern with snake_case. However, panaya_businessProcesses uses camelCase, and panaya_operations is not a resource but a catch-all, so it deviates slightly from the naming convention.

Tool Count4/5

With 9 tools, the count is reasonable for a domain-specific server. The inclusion of a generic operations tool alongside resource-specific tools is somewhat redundant but does not make the count inappropriate.

Completeness4/5

The resource-specific tools cover core entities, and panaya_operations fills any gaps by allowing arbitrary operations. Minor gaps may exist in the specific tools (e.g., no explicit update/delete exposed), but the generic tool provides a workaround.

Maintenance

ActivityStale
ResponsivenessNo issues