From 5939058bb983f4bdc8a2a1026fbbb86e7c330872 Mon Sep 17 00:00:00 2001 From: jenip13 Date: Wed, 22 Jul 2026 15:59:16 -0400 Subject: [PATCH 1/3] C33 - MCP - Update the MCP API doc with information about global search quota --- docs/concepts/rate-limits-and-quotas.mdx | 2 +- docs/sdk/api-mcp.mdx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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..2ce98ad2 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. In addition, calls to the `search_global` will use Global Search credits. + + For additional information, please refer to [Global Search Quota](https://docs.flare.io/global-search-quota). ### Search Parameters From 57400eb91dca874cf898a65ec1ff73e89c39c420 Mon Sep 17 00:00:00 2001 From: jenip13 Date: Wed, 22 Jul 2026 16:11:38 -0400 Subject: [PATCH 2/3] C33 - MCP - Update the MCP API doc with information about global search quota - Cleanup --- docs/sdk/api-mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/api-mcp.mdx b/docs/sdk/api-mcp.mdx index 2ce98ad2..a6b5f64c 100644 --- a/docs/sdk/api-mcp.mdx +++ b/docs/sdk/api-mcp.mdx @@ -27,7 +27,7 @@ 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. In addition, calls to the `search_global` will use Global Search credits. + `search_global` requires the Global Search permission on the target tenant, and 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). From 1245c520d46e9bdc52bdf8fa4296c0840467f83a Mon Sep 17 00:00:00 2001 From: jenip13 Date: Wed, 22 Jul 2026 16:16:53 -0400 Subject: [PATCH 3/3] C33 - MCP - Update the MCP API doc with information about global search quota - Cleanup --- docs/sdk/api-mcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/api-mcp.mdx b/docs/sdk/api-mcp.mdx index a6b5f64c..86a83ff1 100644 --- a/docs/sdk/api-mcp.mdx +++ b/docs/sdk/api-mcp.mdx @@ -27,7 +27,7 @@ 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, and each call counts against the tenant's monthly Global Search quota. + `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).