action gitea_topic_search { label: "search topics via keyword" provider: gitea method: GET path: "/topics/search" encoding: json input: { type: "object" properties: { limit: { type: "integer" } page: { type: "integer" } q: { type: "string" } } required: ["q"] additionalProperties: false } output: { type: "object" additionalProperties: true } }