list_teams
Search for Grafana teams using a query string to find and retrieve detailed information about matching teams within your Grafana instance.
Instructions
Search for Grafana teams by a query string. Returns a list of matching teams with details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | The query to search for teams |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "The query to search for teams",
"type": "string"
}
},
"type": "object"
}