Skip to main content
Glama

qlik_search

Search Qlik resources across Cloud and On-Premise deployments to find applications, datasets, automations, and data connections by name, owner, space, or tags.

Instructions

Unified search for Qlik resources across Cloud and On-Premise deployments.

Replaces: qlik_search_apps, qlik_get_space_items

Supported resource types:

  • app: Qlik Sense applications

  • dataset: Data files and datasets (Cloud only)

  • dataconnection: Data connections (Cloud only)

  • automation: Automations (Cloud only)

  • all: Search all types

Platform differences:

  • Cloud: Uses Spaces, supports all resource types

  • On-Premise: Uses Streams, apps only

Search examples:

  • Find apps by name: { "query": "Sales Report" }

  • Find in specific space: { "spaceName": "Finance" }

  • Find by owner: { "ownerName": "john" }

  • Apps with reload info: { "types": ["app"], "includeReloadInfo": true }

  • Recent items: { "sortBy": "modified", "sortOrder": "desc" }

  • Group by space: { "groupBy": "space" }

  • Items created this year: { "createdAfter": "2024-01-01" }

  • Items modified last month: { "modifiedAfter": "2024-11-01" }

  • Old items: { "modifiedBefore": "2023-01-01" }

Response ID fields:

  • id/resourceId: Use this for other tools (qlik_get_dataset_details, qlik_trigger_app_reload, etc.)

  • itemId: Only for items API operations (rarely needed)

  • resourceType: Original resource type from API

Parameters:

  • query: Text search (name, description, tags)

  • types: Resource types to search ['app', 'dataset', 'automation', 'dataconnection', 'all']

  • spaceId/spaceName: Filter by space (Cloud) or stream (On-Premise)

  • ownerId/ownerName: Filter by owner

  • tags: Filter by tags

  • includeReloadInfo: Include reload status for apps

  • groupBy: Group results by 'space' or 'type'

  • limit/offset: Pagination

  • sortBy/sortOrder: Sorting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoSearch text - matches name, description, and tags
typesNoResource types to search. On-Premise only supports "app"
spaceIdNoSpace ID (Cloud) or Stream ID (On-Premise)
spaceNameNoSpace name (Cloud) or Stream name (On-Premise) - resolved to ID
allSpacesNoSearch all spaces/streams
ownerIdNoFilter by owner user ID
ownerNameNoFilter by owner name or email
tagsNoFilter by tags
createdAfterNoFilter items created after this date (ISO format, e.g., "2024-01-01")
createdBeforeNoFilter items created before this date (ISO format)
modifiedAfterNoFilter items modified after this date (ISO format, e.g., "2024-06-01")
modifiedBeforeNoFilter items modified before this date (ISO format)
includeReloadInfoNoInclude reload status for apps (adds extra API calls)
includeDetailsNoInclude full metadata
groupByNoGroup results by space or typenone
limitNoMaximum results to return (after filtering)
offsetNoOffset for pagination
maxFetchItemsNoMaximum items to fetch from API before filtering (default: 10000). Use lower values for faster searches on large tenants.
sortByNoSort fieldname
sortOrderNoSort orderasc

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/undsoul/qlik-claude-mcp'

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