# RevCent MCP Guide: `GetAIPrompt`

Brief MCP-focused guide for RevCent MCP clients and agents using the `GetAIPrompt` operation.


---

## Operation Summary

Operation:

```text
GetAIPrompt
```

Purpose:

```text
Retrieve details for a specific AI Prompt.
```

Use `GetAIPrompt` when you already have the target ID and need to retrieve details for a specific AI Prompt.


---

## When to Use

Good uses:

- retrieve details for a specific AI Prompt,
- support a narrow operational workflow in the RevCent ecosystem,
- retrieve or update the exact record needed for the current user request,
- avoid broad loops, exports, or reporting-style use.


---

## Input Guidance

Before calling this operation, MCP clients and agents should:

1. Use only fields supported by the MCP tool.
2. Provide exact IDs from prior RevCent MCP results whenever possible.
3. Keep list, search, date range, page, limit, and filter inputs narrow.
4. Never guess IDs, enum-like values, required values, or account configuration values.


---

## Output Summary

Treat returned IDs and status values as authoritative MCP results. When more detail is needed, use the appropriate follow-up Get operation for the selected record instead of assuming missing details.


---

## Best Practices

1. Use exact IDs from prior RevCent MCP results whenever possible.
2. Keep operational retrieval bounded and specific.
3. Do not loop through paginated results to build reports.
4. Use `BigQueryRunQuery` for analytics or reporting.
5. Verify authorization before sharing sensitive details in customer-facing MCP flows.
6. Confirm consequential state changes before execution.


---

## Final MCP Instruction

Use `GetAIPrompt` only when the user intent matches the operation purpose and the required inputs are known or can be safely inferred from prior RevCent MCP results.


---
Document Parent Directory
* [Operations](https://revcent.com/documentation/markdown/mcp/operation/index.md) - AI/MCP details and overviews for operations available within the RevCent MCP.