Uloop Get Provider Details

uloop get-provider-details

hatayama Updated

File contents

uloop get-provider-details

Get detailed information about Unity Search providers.

Usage

uloop get-provider-details [options]

Parameters

Parameter Type Default Description
--provider-id string - Specific provider ID to query
--active-only boolean false Only show active providers
--include-descriptions boolean true Include descriptions
--sort-by-priority boolean true Sort by priority

Examples

# List all providers
uloop get-provider-details

# Get specific provider
uloop get-provider-details --provider-id asset

# Active providers only
uloop get-provider-details --active-only

Output

Returns JSON:

  • Providers: array of provider info (ID, name, description, priority)

Notes

Use provider IDs with uloop unity-search --providers option.

hatayama/uloopmcp-extensions-sample/tree/main/.claude/skills/uloop-get-provider-details commit c377ca700b

Frequently asked questions

npx skillmds@latest add hatayama/uloop-get-provider-details