list_teams
Retrieve a list of all teams accessible to the user on the HackMD platform, enabling efficient team management and collaboration.
Instructions
List all teams accessible to the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}