qllm_list_providers
List LLM providers securely, filtering by capability, secret availability, or disabled status, without exposing API keys.
Instructions
List local qiaomu-llm providers without exposing API keys.
Args: params (ListProvidersInput): Filtering options: - include_disabled: include disabled providers - require_secret: only show providers with an available secret - capability: optional capability filter such as chat, models, tools, images - response_format: json or markdown
Returns: str: JSON or Markdown provider list with secret status only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |