Skip to main content
Glama
engineersonal

Panaya MCP Server

panaya_operations

Discover and execute Panaya API operations by operationId. Use list to find operations, describe to inspect details, and call to run them.

Instructions

Discover and execute any Panaya Swagger operation by operationId

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter list results by Swagger tag.
dataNoRequest body for call.
limitNoMaximum operations to return for list. Defaults to 50.
actionYesUse list to discover operations, describe for one operation, or call to execute it.
searchNoFilter list results by text in operationId, path, summary, or tag.
paginationNoOptional pagination helper for call.
pathParamsNoPath parameters for call.
operationIdNoSwagger operationId for describe and call.
queryParamsNoQuery string parameters for call.
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It does not mention whether operations are read-only or mutating, potential side effects, authentication requirements, or error behavior. The phrase 'execute any Panaya Swagger operation' suggests arbitrary calls but provides no safety or side-effect context.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no wasted words. It immediately communicates the core function. However, given the tool's complexity, a slightly longer description with the action types could have been more useful without sacrificing conciseness, so it doesn't achieve a perfect 5.

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?

This is a complex tool with 9 parameters, nested objects, and a three-mode action system, yet there is no output schema and the description offers minimal context. It does not explain the workflow (e.g., list to find operations, describe to get details, call to execute), nor does it specify return formats. The description is insufficient for an agent to use the tool effectively without further exploration.

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 covers all 9 parameters with descriptions, including the action enum, operationId, and parameter groups. The description itself adds no parameter-level meaning. Following the baseline for high schema coverage (100%), a score of 3 is appropriate; the schema handles parameter semantics.

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 states the tool's verb and resource: 'Discover and execute any Panaya Swagger operation by operationId.' This clearly differentiates it from sibling tools like panaya_projects or panaya_tests, which target specific entities. However, it omits the 'describe' action and the three action modes (list, describe, call) that are present in the schema, making the purpose slightly less complete.

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 explicit guidance is given on when to use this tool versus the specific sibling tools. The description is purely declarative and offers no preconditions, recommendations, or alternatives. The agent is left to infer that this is a generic fallback, but the description does not state that explicitly.

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