action vocadb_get_api_tags_names { label: "get_api_tags_names" provider: vocadb method: GET path: "/api/tags/names" encoding: json input: { type: "object" properties: { allowAliases: { type: "boolean" } maxResults: { type: "integer" format: "int32" } query: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "string" } } }