action bungie_forum_get_forum_tag_suggestions { label: "Forum.GetForumTagSuggestions" description: "Gets tag suggestions based on partial text entry, matching them with other tags previously used in the forums." provider: bungie method: GET path: "/Forum/GetForumTagSuggestions/" encoding: json input: { type: "object" properties: { partialtag: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }