action medcorder_doctors { label: "Fetch a list of nearby medical providers" provider: medcorder method: GET path: "/doctors" encoding: json input: { type: "object" properties: { latitude: { type: "string" } limit: { type: "string" } longitude: { type: "string" } search: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }