Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/rate-limits-and-quotas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you receive 429 errors, Flare's recommended course of action is to wait 10 se


## Quotas
API users are responsible for monitoring their Global Search usage and ensuring it remains within their allocated monthly quota.
API and MCP users are responsible for monitoring their Global Search usage and ensuring it remains within their allocated monthly quota.

Users with account administration rights can also view their Global Search monthly usage by logging into the platform and navigating to [the tenants page](https://app.flare.io/#/tenants).

Expand Down
4 changes: 3 additions & 1 deletion docs/sdk/api-mcp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ themselves), see the
| `profile_get` | Returns the current user's profile, including tenants, permissions, feature flags, and default tenant id. |

<Note>
`search_global` requires the Global Search permission on the target tenant.
`search_global` requires the Global Search permission on the target tenant. Each call counts against the tenant's monthly Global Search quota.

For additional information, please refer to [Global Search Quota](https://docs.flare.io/global-search-quota).
</Note>

### Search Parameters
Expand Down
Loading