Skip to main content
Glama
Vergil333

JSM Assets MCP Server

by Vergil333

search_assets_aql

Search Jira Service Management assets using AQL queries with filters, automatic pagination, and robust result retrieval.

Instructions

Search JSM Assets using AQL (Assets Query Language). Supports complex queries with filters and robust automatic pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aqlQueryYesAQL query string (e.g., "objectType=\"Installation Package\" AND Key startswith IASM")
autoPagesNoEnable automatic pagination to fetch all results (default: false for backward compatibility)
maxPagesNoMaximum number of pages to fetch when autoPages=true (default: 10, safety limit)
pageSizeNoNumber of results per page when autoPages=true (default: 1000)
startAtNoStarting index for single-page requests when autoPages=false (default: 0)
maxResultsNoMaximum number of results for single-page requests when autoPages=false (default: 1000)

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/Vergil333/jsm-assets-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server