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

# List Prompts • Rust AI Agent SDK

> list_prompts: List available prompts (placeholder)

# list\_prompts

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**MCP**](../classes/MCP) class in the [**mcp**](../modules/mcp) module.

List available prompts (placeholder)

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def list_prompts(&self) -> Result<Vec<MCPPrompt>>
```

### Returns

<ResponseField name="Returns" type="Result<Vec<MCPPrompt>>">
  The result of the operation.
</ResponseField>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Prompts" icon="message" href="/docs/rust/prompts" />

  <Card title="Rust Templates" icon="file-code" href="/docs/rust/templates" />
</CardGroup>
