action trapstreet_get_address { label: "get_address" provider: trapstreet method: GET path: "/{address}" encoding: json input: { type: "object" properties: { address: { type: "string" } } required: ["address"] additionalProperties: false } output: { properties: { description: { type: "string" } trap: { type: "boolean" } } } }