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

# MCP Tools Reference

> Tool contract for the Convosphere Docs MCP server

## Tools

### `list_navigation`

Returns tabs, groups, and slugs from docs navigation.

### `get_page`

Input:

```json theme={null}
{ "slug": "guides/agents" }
```

Returns page metadata and content excerpt.

### `search_docs`

Input:

```json theme={null}
{ "query": "webhook events" }
```

### `find_endpoint`

Input:

```json theme={null}
{ "task": "create agent" }
```
