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

# Compliance Tools

> MCP tools for querying environmental legislation and regulations

# Compliance Tools

Search and browse environmental legislation and regulations relevant to your operations.

## `list_legislation`

Search applicable environmental legislation with optional text search and pagination.

**Parameters:**

| Parameter         | Type    | Required | Description                                            |
| ----------------- | ------- | -------- | ------------------------------------------------------ |
| `organization_id` | string  | No       | Organization UUID (uses default if not set)            |
| `search`          | string  | No       | Text search across legislation titles and descriptions |
| `page`            | integer | No       | Page number (default: 1)                               |
| `size`            | integer | No       | Results per page (default: 50)                         |

**Example prompt:** "Search for legislation about carbon trading"

***

## `get_legislation`

Get full details for a specific piece of legislation.

**Parameters:**

| Parameter         | Type   | Required | Description                                 |
| ----------------- | ------ | -------- | ------------------------------------------- |
| `legislation_id`  | string | **Yes**  | UUID of the legislation                     |
| `organization_id` | string | No       | Organization UUID (uses default if not set) |

**Example prompt:** "Show details for the EU ETS regulation"

## Example Prompts

* "What environmental legislation applies to us?"
* "Search for EU emissions trading regulations"
* "Show me details about CSRD requirements"
