Skip to main content
Glama
engineersonal

Panaya MCP Server

panaya_businessProcesses

List, retrieve, create, update, delete, and search Panaya business processes to manage process data in your projects.

Instructions

Unified tool for businessProcesses 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 provided, the description carries the full burden of behavioral disclosure. It says only 'operations' without revealing any side effects, permissions, pagination behavior, or that certain actions mutate data. The description is silent on all behavioral traits beyond what the function name implies.

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 sentence, but its brevity comes from under-specification rather than effective conciseness. It contains almost no useful information, making it more a placeholder than a concise summary. Similar to the 'Process' example, this is not concise but simply inadequate.

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?

The tool has 9 parameters, nested objects, an action enum, and no output schema or annotations. The description fails to explain the action-based dispatch, the 'operation' action requiring operationId, or the pagination helper. This is completely inadequate for the tool's complexity.

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?

Schema description coverage is 100%, meaning all parameters already have descriptive text (e.g., 'Operation to perform against the Panaya entity' for action). The description adds no additional parameter meaning, so the baseline of 3 is appropriate given that the schema handles parameter semantics.

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 reads 'Unified tool for businessProcesses operations,' which is a vague restatement of the tool name without any specific verb or resource detail. It does not mention concrete actions like list, get, create, update, or delete that are defined in the schema's action enum, making it essentially a tautology.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus sibling tools such as panaya_operations or panaya_projects. There is no mention of alternatives, exclusions, or specific contexts, leaving the agent without any decision-support information.

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