> For the complete documentation index, see [llms.txt](https://docs.baas.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.baas.sh/ai-tools/mcp/example-prompts.md).

# Example prompts

Prompts to try with your agent once the BaaS MCP server is connected.

Tell the agent what you want to know or change, and let it choose the tools. When you want to see a configuration before it is applied, say so: the agent inspects, drafts, and waits for you.

## Inspect

```
Inspect the contracts registered in this project and summarize their write functions.
```

```
List the keys of this project's Vault, their state on each network, and their balance.
```

```
Which networks does this project support, and which one is the BaaS chain?
```

## Learn

```
Find the BaaS documentation about webhook workflows and explain the recommended setup.
```

```
How do I filter a monitor on an event argument? Answer from the BaaS documentation.
```

## Diagnose

```
Inspect the latest failed run of the "order-confirmation" workflow, identify the failing action, and propose a fix.
```

## Configure

These prompts need a WRITE role.

```
Prepare a webhook workflow that sends me an email each time it is called. Show me the configuration before creating anything.
```

```
Disable the deployer key on Sepolia. Ask for my confirmation before doing it.
```

## What to expect

* **Inspection prompts complete on their own.** The agent reads, then answers.
* **Configuration prompts change your project.** Your client asks you to approve each tool call that writes, according to its own permission settings. Keep those approvals on for a production project.
* **A refused operation explains itself.** When a change is not allowed, for example attaching a key to an action on a network it is not set up on, the agent receives the reason and what to change first, and reports it to you.
* **Some tasks stay outside the MCP.** Deploying or registering a contract, for example. The agent points you to the right tool. See [What the MCP never does](/ai-tools/mcp/capabilities.md#what-the-mcp-never-does).
