action influxdata_get_query_suggestions { label: "Retrieve query suggestions" provider: influxdata method: GET path: "/query/suggestions" encoding: json output: { type: "object" properties: { funcs: { type: "array" items: { type: "object" properties: { name: { type: "string" } params: { type: "object" } } } } } } }