action instagram_get_media_media_id_comments { label: "Get a list of recent comments on a media object." description: "Get a list of recent comments on a media object." provider: instagram method: GET path: "/media/{media-id}/comments" encoding: json input: { type: "object" properties: { "media-id": { type: "string" } } required: ["media-id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }