Jira Insights MCP

by aaronsb
Verified

manage_jira_insight_schema

Perform CRUD operations on Jira Insights object schemas, including get, list, create, update, and delete, to manage asset schema configurations efficiently. Supports optional fields for enhanced responses.

Instructions

Manage Jira Insights object schemas with CRUD operations

Input Schema

NameRequiredDescriptionDefault
descriptionNoDescription of the schema. Optional for create/update.
expandNoOptional fields to include in the response
maxResultsNoMaximum number of schemas to return. Used for list operation. Can also use snake_case "max_results".
nameNoName of the schema. Required for create operation, optional for update.
operationYesOperation to perform on the schema
schemaIdNoThe ID of the schema. Required for get, update, and delete operations. Can also use snake_case "schema_id".
startAtNoIndex of the first schema to return (0-based). Used for list operation. Can also use snake_case "start_at".

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Description of the schema. Optional for create/update.", "type": "string" }, "expand": { "description": "Optional fields to include in the response", "items": { "enum": [ "objectTypes", "attributes", "statistics" ], "type": "string" }, "type": "array" }, "maxResults": { "default": 50, "description": "Maximum number of schemas to return. Used for list operation. Can also use snake_case \"max_results\".", "type": "integer" }, "name": { "description": "Name of the schema. Required for create operation, optional for update.", "type": "string" }, "operation": { "description": "Operation to perform on the schema", "enum": [ "get", "list", "create", "update", "delete" ], "type": "string" }, "schemaId": { "description": "The ID of the schema. Required for get, update, and delete operations. Can also use snake_case \"schema_id\".", "type": "string" }, "startAt": { "default": 0, "description": "Index of the first schema to return (0-based). Used for list operation. Can also use snake_case \"start_at\".", "type": "integer" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools from Jira Insights MCP

Related Tools

ID: ghug739p1r