action launchdarkly_get_project { label: "Fetch a single project by key." provider: launchdarkly method: GET path: "/projects/{projectKey}" encoding: json output: { type: "object" additionalProperties: true } }