Reading your tenant
Orientation
Start here when you want an agent to understand how a tenant is put together.Source entities
Mapping schemas
Views, routes, and indexes
Deployments, logs, and metrics
Authoring schemas
This group is the reason most people connect the server. The four read tools let an agent design and prove a schema before anything is written.Creating and updating configuration
All writes are additive: they create something new or update something that exists. None of them remove anything.On an environment client, an empty index scope means unrestricted, not no access. A partial update that dropped the field would therefore widen the client rather than narrow it.
update_environment_client avoids this by reading the current client and merging your changes onto it, so an agent cannot silently remove an index restriction by omitting it — but it is worth knowing when you review what an agent changed.What is deliberately not exposed
Some Management API capabilities are intentionally absent from the tool set:- Anything that deletes. No schema, environment, source, source group, domain, client, view, or index can be removed through MCP.
- Key rotation. No tool can regenerate an access key. Combined with the redaction applied to every response, that means an agent can neither read an existing key nor replace one.
- Bulk and production deploy paths. Deploying broadly, or to production, stays in the Management App.