diff --git a/docs/concepts/rate-limits-and-quotas.mdx b/docs/concepts/rate-limits-and-quotas.mdx index 4f68721c..b995349a 100644 --- a/docs/concepts/rate-limits-and-quotas.mdx +++ b/docs/concepts/rate-limits-and-quotas.mdx @@ -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). diff --git a/docs/sdk/api-mcp.mdx b/docs/sdk/api-mcp.mdx index cb7eee95..86a83ff1 100644 --- a/docs/sdk/api-mcp.mdx +++ b/docs/sdk/api-mcp.mdx @@ -27,7 +27,9 @@ themselves), see the | `profile_get` | Returns the current user's profile, including tenants, permissions, feature flags, and default tenant id. | - `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). ### Search Parameters