get_best_practices
Retrieve BPMN 2.0 best practices to avoid common modeling errors and produce standards-aligned process models.
Instructions
Best practices BPMN 2.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve BPMN 2.0 best practices to avoid common modeling errors and produce standards-aligned process models.
Best practices BPMN 2.0.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It reveals nothing about side effects, output shape, scope, or whether this is read-only; it only states a topic.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short, but this is under-specification rather than effective conciseness. It is a fragment, not a complete sentence, and does not earn its place as a functional tool description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the tool has no parameters and no output schema, the sparse description leaves the agent unable to know what kind of content will be returned, how it is organized, or how it differs from the large set of sibling information tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and the schema is empty, so there is nothing for the description to clarify. The baseline for zero-parameter tools applies here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description "Best practices BPMN 2.0." is a noun phrase that merely restates the tool name and subject matter; it lacks a verb such as 'retrieve' or 'list'. It also does not distinguish itself from nearby sibling tools like get_validation_rules, get_bpmn_cheatsheet, or explain_bpmn_concept.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus any of the many related informational tools in the sibling list. The description provides no context, exclusions, or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnleyva28/bpmn-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server