Agent skill

uloop-get-provider-details-hatayama-uloopmcp

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/uloop-get-provider-details-hatayama-uloopmcp

SKILL.md

uloop get-provider-details

Get detailed information about Unity Search providers.

Usage

bash
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

bash
# 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.

Didn't find tool you were looking for?

Be as detailed as possible for better results