e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
1.2 KiB
1.2 KiB
title, type, weight, description
| title | type | weight | description |
|---|---|---|---|
| firestore-get-rules | docs | 1 | A "firestore-get-rules" tool retrieves the active Firestore security rules for the current project. |
About
A firestore-get-rules tool retrieves the active Firestore security
rules for the
current project.
firestore-get-rules takes no input parameters and returns the security rules
content along with metadata such as the ruleset name, and timestamps.
Compatible Sources
{{< compatible-sources >}}
Example
kind: tool
name: get_firestore_rules
type: firestore-get-rules
source: my-firestore-source
description: Use this tool to retrieve the active Firestore security rules.
Reference
| field | type | required | description |
|---|---|---|---|
| type | string | true | Must be "firestore-get-rules". |
| source | string | true | Name of the Firestore source to retrieve rules from. |
| description | string | true | Description of the tool that is passed to the LLM. |