jpi_delete_resource_group
Delete a resource group by its GUID to manage resources in the JPI job scheduling system.
Instructions
Delete a resource group by its GUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guid | Yes | Group GUID |
Delete a resource group by its GUID to manage resources in the JPI job scheduling system.
Delete a resource group by its GUID.
| Name | Required | Description | Default |
|---|---|---|---|
| guid | Yes | Group GUID |
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. While 'Delete' implies a destructive operation, the description doesn't specify whether this action is reversible, what permissions are required, whether it cascades to child resources, or what happens on success/failure. For a destructive tool with zero annotation coverage, this leaves significant behavioral gaps.
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 a single, focused sentence that efficiently communicates the core functionality without any wasted words. It's appropriately sized for a simple deletion operation and gets straight to the point without unnecessary elaboration.
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?
For a destructive deletion tool with no annotations and no output schema, the description is inadequate. It doesn't address critical context like what happens to associated resources, whether deletion is permanent, what permissions are needed, or what the response looks like. The description provides only basic functionality without the behavioral context needed for safe operation.
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 description mentions the GUID parameter, but the input schema already provides 100% coverage with a clear description ('Group GUID'). The description adds minimal value beyond what's already in the structured schema. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't significantly enhance parameter understanding.
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 clearly states the action ('Delete') and target resource ('resource group'), making the purpose immediately understandable. It distinguishes from siblings like 'jpi_delete_resource' or 'jpi_delete_resource_category' by specifying the resource type. However, it doesn't explicitly contrast with other deletion tools beyond naming the resource.
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?
The description provides no guidance on when to use this tool versus alternatives. With multiple deletion tools available (e.g., jpi_delete_resource, jpi_delete_resource_category), there's no indication of prerequisites, dependencies, or consequences that would help an agent choose appropriately. The description only states what it does, not when to use it.
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/etep82/jpi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server