Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- fetch_workspace_details — Read the workspace.
- list_prisma_postgres_databases — List databases.
- create_prisma_postgres_database — Create a database.
- delete_prisma_postgres_database — Delete a database.
- list_prisma_postgres_connection_strings — List connection strings.
- create_prisma_postgres_connection_string — Mint a connection string.
- delete_prisma_postgres_connection_string — Revoke a connection string.
- list_prisma_postgres_backups — List backups.
- create_prisma_postgres_backup — Take a backup.
- create_prisma_postgres_recovery — Restore from a backup.
- introspect_database_schema — Introspect the schema.
- execute_sql_query — Run SQL against the database.
- execute_prisma_postgres_schema_update — Apply a schema change.
- list_object_store_buckets — List object-store buckets.
- create_object_store_bucket — Create a bucket.
- delete_object_store_bucket — Delete a bucket.
- create_object_store_bucket_key — Mint a bucket key.
- delete_object_store_bucket_key — Revoke a bucket key.
- search_prisma_documentation — Search Prisma documentation.
