Skip to main content
Glama

LaunchDarkly MCP Server

Official
by launchdarkly
getaiconfigsrequest.md7.5 kB
# GetAIConfigsRequest ## Example Usage ```typescript import { GetAIConfigsRequest } from "@launchdarkly/mcp-server/models/operations"; let value: GetAIConfigsRequest = { ldAPIVersion: "beta", projectKey: "default", }; ``` ## Fields | Field | Type | Required | Description | Example | | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `ldAPIVersion` | [operations.GetAIConfigsLDAPIVersion](../../models/operations/getaiconfigsldapiversion.md) | :heavy_check_mark: | Version of the endpoint. | | | `projectKey` | *string* | :heavy_check_mark: | N/A | default | | `sort` | *string* | :heavy_minus_sign: | A sort to apply to the list of AI Configs. | | | `limit` | *number* | :heavy_minus_sign: | The number of AI Configs to return. | | | `offset` | *number* | :heavy_minus_sign: | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. | | | `filter` | *string* | :heavy_minus_sign: | A filter to apply to the list of AI Configs. | |

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/launchdarkly/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server