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

# thread

# `marvin.tools.thread`

## Functions

### `post_message_to_agents`

```python theme={null}
def post_message_to_agents(message: str) -> str
```

Post a message to the thread for other agents to see. Do not use this to respond to the user.

***

**Parent Module:** [`tools`](marvin-tools)
