> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loopreturns.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> List and load Loop MCP skill guides.

Read-only tools for the skill guides that ship with the Loop MCP Server.

| Skill            | Covers                                                        |
| ---------------- | ------------------------------------------------------------- |
| `returns-domain` | Return states, outcomes, methods, and the "Loops" vocabulary  |
| `ui-rendering`   | How to present tool output when a tool renders interactive UI |
| `fraud`          | When to report fraud versus flag a return for review          |

***

## List Skills

**Tool name:** `list-skills-tool`  ·  **Read-only**  ·  **Permissions:** any authenticated user

Lists the available skill guides. Each result includes the skill slug, URI, description, and related skills.

### Parameters

| Parameter | Type   | Required | Description                                                                                  |
| --------- | ------ | -------- | -------------------------------------------------------------------------------------------- |
| `query`   | string | –        | Case-insensitive filter matched against skill name and description. Omit to list all skills. |

***

## Load Skill

**Tool name:** `load-skill-tool`  ·  **Read-only**  ·  **Permissions:** any authenticated user

Loads a skill guide.

### Parameters

| Parameter     | Type    | Required | Description                                                       |
| ------------- | ------- | -------- | ----------------------------------------------------------------- |
| `skill_name`  | string  | yes      | Skill to load. One of: `returns-domain`, `ui-rendering`, `fraud`. |
| `header_only` | boolean | –        | Return only the summary and related skills. Default is `false`.   |
