server_name
stringclasses
156 values
category
stringclasses
1 value
tool
stringlengths
176
38.2k
box
other
{'type': 'function', 'name': 'box_who_am_i', 'description': "Get the current user's information.\nThis is also useful to check the connection status.\n\nreturn:\n dict: The current user's information.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
box
other
{'type': 'function', 'name': 'mcp_server_info', 'description': 'Returns information about the MCP server.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
brave
other
{'type': 'function', 'name': 'brave_image_search', 'description': 'Performs an image search using the Brave Search API. Helpful for when you need pictures of people, places, things, graphic design ideas, art inspiration, and more. When relaying results in a markdown environment, it may be helpful to include images in the results (e.g., ![image.title](image.properties.url)).', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'Number of results (1-200, default 50). Combine this parameter with `offset` to paginate search results.', 'default': 50, 'minimum': 1, 'maximum': 200}, 'country': {'type': 'string', 'description': 'Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries.', 'default': 'US'}, 'query': {'type': 'string', 'description': "The user's search query. Query cannot be empty. Limited to 400 characters and 50 words.", 'minLength': 1, 'maxLength': 400}, 'safesearch': {'type': 'string', 'description': "Filters search results for adult content. The following values are supported: 'off' - No filtering. 'strict' - Drops all adult content from search results.", 'default': 'strict', 'enum': ['off', 'strict']}, 'search_lang': {'type': 'string', 'description': 'Search language preference. The 2 or more character language code for which the search results are provided.', 'default': 'en'}, 'spellcheck': {'type': 'boolean', 'description': 'Whether to spellcheck provided query.', 'default': True}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
brave
other
{'type': 'function', 'name': 'brave_local_search', 'description': "Brave Local Search API provides enrichments for location search results. Access to this API is available only through the Brave Search API Pro plans; confirm the user's plan before using this tool (if the user does not have a Pro plan, use the brave_web_search tool). Searches for local businesses and places using Brave's Local Search API. Best for queries related to physical locations, businesses, restaurants, services, etc.\n \n Returns detailed information including:\n - Business names and addresses\n - Ratings and review counts\n - Phone numbers and opening hours\n\n Use this when the query implies 'near me', 'in my area', or mentions specific locations (e.g., 'in San Francisco'). This tool automatically falls back to brave_web_search if no local results are found.", 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'Number of results (1-20, default 10). Applies only to web search results (i.e., has no effect on locations, news, videos, etc.)', 'default': 10, 'minimum': 1, 'maximum': 20}, 'country': {'type': 'string', 'description': 'Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries.', 'default': 'US', 'enum': ['ALL', 'AR', 'AU', 'AT', 'BE', 'BR', 'CA', 'CL', 'DK', 'FI', 'FR', 'DE', 'HK', 'IN', 'ID', 'IT', 'JP', 'KR', 'MY', 'MX', 'NL', 'NZ', 'NO', 'CN', 'PL', 'PT', 'PH', 'RU', 'SA', 'ZA', 'ES', 'SE', 'CH', 'TW', 'TR', 'GB', 'US']}, 'extra_snippets': {'type': 'boolean', 'description': 'A snippet is an excerpt from a page you get as a result of the query, and extra_snippets allow you to get up to 5 additional, alternative excerpts. Only available under Free AI, Base AI, Pro AI, Base Data, Pro Data and Custom plans.'}, 'freshness': {'type': 'string', 'description': "Filters search results by when they were discovered. The following values are supported: 'pd' - Discovered within the last 24 hours. 'pw' - Discovered within the last 7 days. 'pm' - Discovered within the last 31 days. 'py' - Discovered within the last 365 days. 'YYYY-MM-DDtoYYYY-MM-DD' - Timeframe is also supported by specifying the date range e.g. 2022-04-01to2022-07-30.", 'enum': ['pd', 'pw', 'pm', 'py', 'YYYY-MM-DDtoYYYY-MM-DD']}, 'goggles': {'type': 'array', 'description': "Goggles act as a custom re-ranking on top of Brave's search index. The parameter supports both a url where the Goggle is hosted or the definition of the Goggle. For more details, refer to the Goggles repository (i.e., https://github.com/brave/goggles-quickstart).", 'items': {'type': 'string'}}, 'offset': {'type': 'integer', 'description': 'Pagination offset (max 9, default 0)', 'default': 0, 'minimum': 0, 'maximum': 9}, 'query': {'type': 'string', 'description': 'Search query (max 400 chars, 50 words)', 'maxLength': 400}, 'result_filter': {'type': 'array', 'description': "Result filter (default ['web', 'query'])", 'default': ['web', 'query'], 'items': {'type': 'string', 'enum': ['discussions', 'faq', 'infobox', 'news', 'query', 'summarizer', 'videos', 'web', 'locations', 'rich']}}, 'safesearch': {'type': 'string', 'description': "Filters search results for adult content. The following values are supported: 'off' - No filtering. 'moderate' - Filters explicit content (e.g., images and videos), but allows adult domains in search results. 'strict' - Drops all adult content from search results. The default value is 'moderate'.", 'default': 'moderate', 'enum': ['off', 'moderate', 'strict']}, 'search_lang': {'type': 'string', 'description': 'Search language preference. The 2 or more character language code for which the search results are provided.', 'default': 'en', 'enum': ['ar', 'eu', 'bn', 'bg', 'ca', 'zh-hans', 'zh-hant', 'hr', 'cs', 'da', 'nl', 'en', 'en-gb', 'et', 'fi', 'fr', 'gl', 'de', 'gu', 'he', 'hi', 'hu', 'is', 'it', 'jp', 'kn', 'ko', 'lv', 'lt', 'ms', 'ml', 'mr', 'nb', 'pl', 'pt-br', 'pt-pt', 'pa', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sv', 'ta', 'te', 'th', 'tr', 'uk', 'vi']}, 'spellcheck': {'type': 'boolean', 'description': 'Whether to spellcheck the provided query.', 'default': True}, 'summary': {'type': 'boolean', 'description': 'This parameter enables summary key generation in web search results. This is required for summarizer to be enabled.'}, 'text_decorations': {'type': 'boolean', 'description': 'Whether display strings (e.g. result snippets) should include decoration markers (e.g. highlighting characters).', 'default': True}, 'ui_lang': {'type': 'string', 'description': 'The language of the UI. The 2 or more character language code for which the search results are provided.', 'default': 'en-US', 'enum': ['es-AR', 'en-AU', 'de-AT', 'nl-BE', 'fr-BE', 'pt-BR', 'en-CA', 'fr-CA', 'es-CL', 'da-DK', 'fi-FI', 'fr-FR', 'de-DE', 'zh-HK', 'en-IN', 'en-ID', 'it-IT', 'ja-JP', 'ko-KR', 'en-MY', 'es-MX', 'nl-NL', 'en-NZ', 'no-NO', 'zh-CN', 'pl-PL', 'en-PH', 'ru-RU', 'en-ZA', 'es-ES', 'sv-SE', 'fr-CH', 'de-CH', 'zh-TW', 'tr-TR', 'en-GB', 'en-US', 'es-US']}, 'units': {'type': 'string', 'description': 'The measurement units. If not provided, units are derived from search country.', 'enum': ['metric', 'imperial']}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
brave
other
{'type': 'function', 'name': 'brave_news_search', 'description': 'This tool searches for news articles using Brave\'s News Search API based on the user\'s query. Use it when you need current news information, breaking news updates, or articles about specific topics, events, or entities.\n \n When to use:\n - Finding recent news articles on specific topics\n - Getting breaking news updates\n - Researching current events or trending stories\n - Gathering news sources and headlines for analysis\n\n Returns a JSON list of news-related results with title, url, and description. Some results may contain snippets of text from the article.\n \n When relaying results in markdown-supporting environments, always cite sources with hyperlinks.\n \n Examples:\n - "According to [Reuters](https://www.reuters.com/technology/china-bans/), China bans uncertified and recalled power banks on planes".\n - "The [New York Times](https://www.nytimes.com/2025/06/27/us/technology/ev-sales.html) reports that Tesla\'s EV sales have increased by 20%".\n - "According to [BBC News](https://www.bbc.com/news/world-europe-65910000), the UK government has announced a new policy to support renewable energy".', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'Number of results (1-50, default 20)', 'default': 20, 'minimum': 1, 'maximum': 50}, 'country': {'type': 'string', 'description': 'Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries.', 'default': 'US'}, 'extra_snippets': {'type': 'boolean', 'description': 'A snippet is an excerpt from a page you get as a result of the query, and extra_snippets allow you to get up to 5 additional, alternative excerpts. Only available under Free AI, Base AI, Pro AI, Base Data, Pro Data and Custom plans.', 'default': False}, 'freshness': {'description': "Filters search results by when they were discovered. The following values are supported: 'pd' - Discovered within the last 24 hours. 'pw' - Discovered within the last 7 Days. 'pm' - Discovered within the last 31 Days. 'py' - Discovered within the last 365 Days. 'YYYY-MM-DDtoYYYY-MM-DD' - Timeframe is also supported by specifying the date range e.g. 2022-04-01to2022-07-30.", 'default': 'pd', 'anyOf': [{'type': 'string', 'const': 'pd'}, {'type': 'string', 'const': 'pw'}, {'type': 'string', 'const': 'pm'}, {'type': 'string', 'const': 'py'}, {'type': 'string'}]}, 'goggles': {'type': 'array', 'description': "Goggles act as a custom re-ranking on top of Brave's search index. The parameter supports both a url where the Goggle is hosted or the definition of the Goggle. For more details, refer to the Goggles repository (i.e., https://github.com/brave/goggles-quickstart).", 'items': {'type': 'string'}}, 'offset': {'type': 'integer', 'description': 'Pagination offset (max 9, default 0)', 'default': 0, 'minimum': 0, 'maximum': 9}, 'query': {'type': 'string', 'description': 'Search query (max 400 chars, 50 words)', 'maxLength': 400}, 'safesearch': {'type': 'string', 'description': "Filters search results for adult content. The following values are supported: 'off' - No filtering. 'moderate' - Filter out explicit content. 'strict' - Filter out explicit and suggestive content. The default value is 'moderate'.", 'default': 'moderate', 'enum': ['off', 'moderate', 'strict']}, 'search_lang': {'type': 'string', 'description': 'Search language preference. The 2 or more character language code for which the search results are provided.', 'default': 'en'}, 'spellcheck': {'type': 'boolean', 'description': 'Whether to spellcheck provided query.', 'default': True}, 'ui_lang': {'type': 'string', 'description': 'User interface language preferred in response. Usually of the format <language_code>-<country_code>. For more, see RFC 9110.', 'default': 'en-US'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
brave
other
{'type': 'function', 'name': 'brave_summarizer', 'description': "Retrieves AI-generated summaries of web search results using Brave's Summarizer API. This tool processes search results to create concise, coherent summaries of information gathered from multiple sources.\n\n When to use:\n\n - When you need a concise overview of complex topics from multiple sources\n - For quick fact-checking or getting key points without reading full articles\n - When providing users with summarized information that synthesizes various perspectives\n - For research tasks requiring distilled information from web searches\n\n Returns a text summary that consolidates information from the search results. Optional features include inline references to source URLs and additional entity information.\n\n Requirements: Must first perform a web search using brave_web_search with summary=true parameter. Requires a Pro AI subscription to access the summarizer functionality.", 'parameters': {'type': 'object', 'properties': {'entity_info': {'type': 'boolean', 'description': 'Returns extra entities info with the summary response.', 'default': False}, 'inline_references': {'type': 'boolean', 'description': 'Adds inline references to the summary response.', 'default': False}, 'key': {'type': 'string', 'description': 'The key is equal to value of field key as part of the Summarizer response model.'}}, 'required': ['key'], 'additionalProperties': False}, 'strict': True}
brave
other
{'type': 'function', 'name': 'brave_video_search', 'description': "Searches for videos using Brave's Video Search API and returns structured video results with metadata.\n\n When to use:\n - When you need to find videos related to a specific topic, keyword, or query.\n - Useful for discovering video content, getting video metadata, or finding videos from specific creators/publishers.\n\n Returns a JSON list of video-related results with title, url, description, duration, and thumbnail_url.", 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'Number of results (1-50, default 20). Combine this parameter with `offset` to paginate search results.', 'default': 20, 'minimum': 1, 'maximum': 50}, 'country': {'type': 'string', 'description': 'Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries.', 'default': 'US'}, 'freshness': {'description': "Filters search results by when they were discovered. The following values are supported: 'pd' - Discovered within the last 24 hours. 'pw' - Discovered within the last 7 days. 'pm' - Discovered within the last 31 days. 'py' - Discovered within the last 365 days. 'YYYY-MM-DDtoYYYY-MM-DD' - timeframe is also supported by specifying the date range (e.g. '2022-04-01to2022-07-30').", 'anyOf': [{'type': 'string', 'const': 'pd'}, {'type': 'string', 'const': 'pw'}, {'type': 'string', 'const': 'pm'}, {'type': 'string', 'const': 'py'}, {'type': 'string'}]}, 'offset': {'type': 'integer', 'description': 'Pagination offset (max 9, default 0). Combine this parameter with `count` to paginate search results.', 'default': 0, 'minimum': 0, 'maximum': 9}, 'query': {'type': 'string', 'description': "The user's search query. Query cannot be empty. Limited to 400 characters and 50 words.", 'minLength': 1, 'maxLength': 400}, 'safesearch': {'type': 'string', 'description': "Filters search results for adult content. The following values are supported: 'off' - No filtering. 'moderate' - Filter out explicit content. 'strict' - Filter out explicit and suggestive content. The default value is 'moderate'.", 'default': 'moderate', 'enum': ['off', 'moderate', 'strict']}, 'search_lang': {'type': 'string', 'description': 'Search language preference. The 2 or more character language code for which the search results are provided.', 'default': 'en'}, 'spellcheck': {'type': 'boolean', 'description': 'Whether to spellcheck provided query.', 'default': True}, 'ui_lang': {'type': 'string', 'description': 'User interface language preferred in response. Usually of the format <language_code>-<country_code>. For more, see RFC 9110.', 'default': 'en-US'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
brave
other
{'type': 'function', 'name': 'brave_web_search', 'description': 'Performs web searches using the Brave Search API and returns comprehensive search results with rich metadata.\n\n When to use:\n - General web searches for information, facts, or current topics\n - Location-based queries (restaurants, businesses, points of interest)\n - News searches for recent events or breaking stories\n - Finding videos, discussions, or FAQ content\n - Research requiring diverse result types (web pages, images, reviews, etc.)\n\n Returns a JSON list of web results with title, description, and URL.\n \n When the "results_filter" parameter is empty, JSON results may also contain FAQ, Discussions, News, and Video results.', 'parameters': {'type': 'object', 'properties': {'count': {'type': 'integer', 'description': 'Number of results (1-20, default 10). Applies only to web search results (i.e., has no effect on locations, news, videos, etc.)', 'default': 10, 'minimum': 1, 'maximum': 20}, 'country': {'type': 'string', 'description': 'Search query country, where the results come from. The country string is limited to 2 character country codes of supported countries.', 'default': 'US', 'enum': ['ALL', 'AR', 'AU', 'AT', 'BE', 'BR', 'CA', 'CL', 'DK', 'FI', 'FR', 'DE', 'HK', 'IN', 'ID', 'IT', 'JP', 'KR', 'MY', 'MX', 'NL', 'NZ', 'NO', 'CN', 'PL', 'PT', 'PH', 'RU', 'SA', 'ZA', 'ES', 'SE', 'CH', 'TW', 'TR', 'GB', 'US']}, 'extra_snippets': {'type': 'boolean', 'description': 'A snippet is an excerpt from a page you get as a result of the query, and extra_snippets allow you to get up to 5 additional, alternative excerpts. Only available under Free AI, Base AI, Pro AI, Base Data, Pro Data and Custom plans.'}, 'freshness': {'type': 'string', 'description': "Filters search results by when they were discovered. The following values are supported: 'pd' - Discovered within the last 24 hours. 'pw' - Discovered within the last 7 days. 'pm' - Discovered within the last 31 days. 'py' - Discovered within the last 365 days. 'YYYY-MM-DDtoYYYY-MM-DD' - Timeframe is also supported by specifying the date range e.g. 2022-04-01to2022-07-30.", 'enum': ['pd', 'pw', 'pm', 'py', 'YYYY-MM-DDtoYYYY-MM-DD']}, 'goggles': {'type': 'array', 'description': "Goggles act as a custom re-ranking on top of Brave's search index. The parameter supports both a url where the Goggle is hosted or the definition of the Goggle. For more details, refer to the Goggles repository (i.e., https://github.com/brave/goggles-quickstart).", 'items': {'type': 'string'}}, 'offset': {'type': 'integer', 'description': 'Pagination offset (max 9, default 0)', 'default': 0, 'minimum': 0, 'maximum': 9}, 'query': {'type': 'string', 'description': 'Search query (max 400 chars, 50 words)', 'maxLength': 400}, 'result_filter': {'type': 'array', 'description': "Result filter (default ['web', 'query'])", 'default': ['web', 'query'], 'items': {'type': 'string', 'enum': ['discussions', 'faq', 'infobox', 'news', 'query', 'summarizer', 'videos', 'web', 'locations', 'rich']}}, 'safesearch': {'type': 'string', 'description': "Filters search results for adult content. The following values are supported: 'off' - No filtering. 'moderate' - Filters explicit content (e.g., images and videos), but allows adult domains in search results. 'strict' - Drops all adult content from search results. The default value is 'moderate'.", 'default': 'moderate', 'enum': ['off', 'moderate', 'strict']}, 'search_lang': {'type': 'string', 'description': 'Search language preference. The 2 or more character language code for which the search results are provided.', 'default': 'en', 'enum': ['ar', 'eu', 'bn', 'bg', 'ca', 'zh-hans', 'zh-hant', 'hr', 'cs', 'da', 'nl', 'en', 'en-gb', 'et', 'fi', 'fr', 'gl', 'de', 'gu', 'he', 'hi', 'hu', 'is', 'it', 'jp', 'kn', 'ko', 'lv', 'lt', 'ms', 'ml', 'mr', 'nb', 'pl', 'pt-br', 'pt-pt', 'pa', 'ro', 'ru', 'sr', 'sk', 'sl', 'es', 'sv', 'ta', 'te', 'th', 'tr', 'uk', 'vi']}, 'spellcheck': {'type': 'boolean', 'description': 'Whether to spellcheck the provided query.', 'default': True}, 'summary': {'type': 'boolean', 'description': 'This parameter enables summary key generation in web search results. This is required for summarizer to be enabled.'}, 'text_decorations': {'type': 'boolean', 'description': 'Whether display strings (e.g. result snippets) should include decoration markers (e.g. highlighting characters).', 'default': True}, 'ui_lang': {'type': 'string', 'description': 'The language of the UI. The 2 or more character language code for which the search results are provided.', 'default': 'en-US', 'enum': ['es-AR', 'en-AU', 'de-AT', 'nl-BE', 'fr-BE', 'pt-BR', 'en-CA', 'fr-CA', 'es-CL', 'da-DK', 'fi-FI', 'fr-FR', 'de-DE', 'zh-HK', 'en-IN', 'en-ID', 'it-IT', 'ja-JP', 'ko-KR', 'en-MY', 'es-MX', 'nl-NL', 'en-NZ', 'no-NO', 'zh-CN', 'pl-PL', 'en-PH', 'ru-RU', 'en-ZA', 'es-ES', 'sv-SE', 'fr-CH', 'de-CH', 'zh-TW', 'tr-TR', 'en-GB', 'en-US', 'es-US']}, 'units': {'type': 'string', 'description': 'The measurement units. If not provided, units are derived from search country.', 'enum': ['metric', 'imperial']}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'access_token', 'description': 'Get information about the current API access token including its scopes and UUID', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'create_build', 'description': 'Trigger a new build on a Buildkite pipeline for a specific commit and branch, with optional environment variables, metadata, and author information', 'parameters': {'type': 'object', 'properties': {'branch': {'type': 'string', 'description': 'The branch to build'}, 'commit': {'type': 'string', 'description': 'The commit SHA to build'}, 'environment': {'type': 'array', 'description': 'Environment variables to set for the build', 'items': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string', 'description': 'The environment variable name'}, 'value': {'type': 'string', 'description': 'The environment variable value'}}}}, 'message': {'type': 'string', 'description': 'The commit message for the build'}, 'metadata': {'type': 'array', 'description': 'Meta-data values to set for the build', 'items': {'type': 'object', 'required': ['key', 'value'], 'properties': {'key': {'type': 'string', 'description': 'The meta-data item key'}, 'value': {'type': 'string', 'description': 'The meta-data item value'}}}}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'commit', 'branch', 'message'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'create_pipeline', 'description': 'Set up a new CI/CD pipeline in Buildkite with YAML configuration, repository connection, and cluster assignment', 'parameters': {'type': 'object', 'properties': {'cancel_running_branch_builds': {'type': 'boolean', 'description': 'Cancel running builds when new builds are created on the same branch'}, 'cluster_id': {'type': 'string'}, 'configuration': {'type': 'string', 'description': 'The pipeline configuration in YAML format. Contains the build steps and pipeline settings. If not provided, a basic configuration will be used'}, 'default_branch': {'type': 'string', 'description': 'The default branch for builds and metrics filtering'}, 'description': {'type': 'string'}, 'name': {'type': 'string'}, 'org_slug': {'type': 'string', 'description': 'The organization slug'}, 'repository_url': {'type': 'string'}, 'skip_queued_branch_builds': {'type': 'boolean', 'description': 'Skip intermediate builds when new builds are created on the same branch'}, 'tags': {'type': 'array', 'description': 'Tags to apply to the pipeline. These can be used for filtering and organization', 'items': {'type': 'string', 'description': 'A tag to apply to the pipeline'}}}, 'required': ['org_slug', 'name', 'repository_url', 'cluster_id', 'configuration'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'current_user', 'description': 'Get details about the user account that owns the API token, including name, email, avatar, and account creation date', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_artifact', 'description': 'Get detailed information about a specific artifact including its metadata, file size, SHA-1 hash, and download URL', 'parameters': {'type': 'object', 'properties': {'url': {'type': 'string'}}, 'required': ['url'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_build', 'description': 'Get detailed information about a specific build including its jobs, timing, and execution details', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'detail_level': {'type': 'string', 'description': "Response detail level: 'summary' (essential fields), 'detailed' (medium detail), or 'full' (complete build data). Default: 'detailed'"}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_build_test_engine_runs', 'description': 'Get test engine runs data for a specific build in Buildkite. This can be used to look up Test Runs.', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_cluster', 'description': 'Get detailed information about a specific cluster including its name, description, default queue, and configuration', 'parameters': {'type': 'object', 'properties': {'cluster_id': {'type': 'string'}, 'org_slug': {'type': 'string'}}, 'required': ['org_slug', 'cluster_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_cluster_queue', 'description': 'Get detailed information about a specific queue including its key, description, dispatch status, and hosted agent configuration', 'parameters': {'type': 'object', 'properties': {'cluster_id': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'queue_id': {'type': 'string'}}, 'required': ['org_slug', 'cluster_id', 'queue_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_failed_executions', 'description': 'Get failed test executions for a specific test run in Buildkite Test Engine. Optionally get the expanded failure details such as full error messages and stack traces.', 'parameters': {'type': 'object', 'properties': {'include_failure_expanded': {'type': 'boolean', 'description': 'Include the expanded failure details such as full error messages and stack traces. This can be used to explain and diganose the cause of test failures.'}, 'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)', 'minimum': 1, 'maximum': 100}, 'run_id': {'type': 'string'}, 'test_suite_slug': {'type': 'string'}}, 'required': ['org_slug', 'test_suite_slug', 'run_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_jobs', 'description': 'Get all jobs for a specific build including their state, timing, commands, and execution details', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'include_agent': {'type': 'boolean', 'description': 'Include detailed agent information in the response. When false (default), only agent ID is included to reduce response size.'}, 'job_state': {'type': 'string', 'description': 'Filter jobs by state. Supports actual states (scheduled, running, passed, failed, canceled, skipped, etc.)'}, 'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 50)', 'minimum': 1, 'maximum': 50}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_logs_info', 'description': 'Get metadata and statistics about the Parquet log file. 📊 RECOMMENDED as first step - check file size before reading large logs to plan your approach efficiently.', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'cache_ttl': {'type': 'string', 'description': 'Cache TTL for non-terminal jobs (default: "30s")'}, 'force_refresh': {'type': 'boolean', 'description': 'Force refresh cached entry (default: false)'}, 'job_id': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number', 'job_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_pipeline', 'description': 'Get detailed information about a specific pipeline including its configuration, steps, environment variables, and build statistics', 'parameters': {'type': 'object', 'properties': {'detail_level': {'type': 'string', 'description': "Response detail level: 'summary', 'detailed', or 'full' (default)"}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_test', 'description': 'Get a specific test in Buildkite Test Engine. This provides additional metadata for failed test executions', 'parameters': {'type': 'object', 'properties': {'org_slug': {'type': 'string'}, 'test_id': {'type': 'string'}, 'test_suite_slug': {'type': 'string'}}, 'required': ['org_slug', 'test_suite_slug', 'test_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'get_test_run', 'description': 'Get a specific test run in Buildkite Test Engine', 'parameters': {'type': 'object', 'properties': {'org_slug': {'type': 'string'}, 'run_id': {'type': 'string'}, 'test_suite_slug': {'type': 'string'}}, 'required': ['org_slug', 'test_suite_slug', 'run_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_annotations', 'description': 'List all annotations for a build, including their context, style (success/info/warning/error), rendered HTML content, and creation timestamps', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)', 'minimum': 1, 'maximum': 100}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_artifacts', 'description': 'List all artifacts for a build across all jobs, including file details, paths, sizes, MIME types, and download URLs', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_builds', 'description': 'List all builds for a pipeline with their status, commit information, and metadata', 'parameters': {'type': 'object', 'properties': {'branch': {'type': 'string', 'description': 'Filter builds by git branch name'}, 'commit': {'type': 'string', 'description': 'Filter builds by specific commit SHA'}, 'creator': {'type': 'string', 'description': 'Filter builds by build creator'}, 'detail_level': {'type': 'string', 'description': "Response detail level: 'summary' (essential fields), 'detailed' (medium detail), or 'full' (complete build data). Default: 'summary'"}, 'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)'}, 'per_page': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)'}, 'pipeline_slug': {'type': 'string'}, 'state': {'type': 'string', 'description': 'Filter builds by state. Supports actual states (scheduled, running, passed, failed, canceled, skipped, etc.)'}}, 'required': ['org_slug', 'pipeline_slug'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_cluster_queues', 'description': 'List all queues in a cluster with their keys, descriptions, dispatch status, and agent configuration', 'parameters': {'type': 'object', 'properties': {'cluster_id': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)', 'minimum': 1, 'maximum': 100}}, 'required': ['org_slug', 'cluster_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_clusters', 'description': 'List all clusters in an organization with their names, descriptions, default queues, and creation details', 'parameters': {'type': 'object', 'properties': {'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)', 'minimum': 1, 'maximum': 100}}, 'required': ['org_slug'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_pipelines', 'description': 'List all pipelines in an organization with their basic details, build counts, and current status', 'parameters': {'type': 'object', 'properties': {'detail_level': {'type': 'string', 'description': "Response detail level: 'summary' (default), 'detailed', or 'full'"}, 'name': {'type': 'string', 'description': 'Filter pipelines by name'}, 'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)', 'minimum': 1, 'maximum': 100}, 'repository': {'type': 'string', 'description': 'Filter pipelines by repository URL'}}, 'required': ['org_slug'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'list_test_runs', 'description': 'List all test runs for a test suite in Buildkite Test Engine', 'parameters': {'type': 'object', 'properties': {'org_slug': {'type': 'string'}, 'page': {'type': 'number', 'description': 'Page number for pagination (min 1)', 'minimum': 1}, 'perPage': {'type': 'number', 'description': 'Results per page for pagination (min 1, max 100)', 'minimum': 1, 'maximum': 100}, 'test_suite_slug': {'type': 'string'}}, 'required': ['org_slug', 'test_suite_slug'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'read_logs', 'description': "Read log entries from the file, optionally starting from a specific row number. ⚠️ ALWAYS use 'limit' parameter to avoid excessive tokens. For recent failures, use 'tail_logs' instead. Recommended limits: investigation (100-500), exploration (use seek + small limits). The json format: {ts: timestamp_ms, c: content, rn: row_number}.", 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'cache_ttl': {'type': 'string', 'description': 'Cache TTL for non-terminal jobs (default: "30s")'}, 'force_refresh': {'type': 'boolean', 'description': 'Force refresh cached entry (default: false)'}, 'job_id': {'type': 'string'}, 'limit': {'type': 'number', 'description': 'Limit number of entries returned (default: 100, 0 = no limit)', 'default': 100, 'minimum': 0}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}, 'seek': {'type': 'number', 'description': 'Row number to start from (0-based, default: 0)', 'minimum': 0}}, 'required': ['org_slug', 'pipeline_slug', 'build_number', 'job_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'search_logs', 'description': "Search log entries using regex patterns with optional context lines. 💡 For recent failures, try 'tail_logs' first, then use search_logs with patterns like 'error|failed|exception' and limit: 10-20. The json format: {ts: timestamp_ms, c: content, rn: row_number}.", 'parameters': {'type': 'object', 'properties': {'after_context': {'type': 'number', 'description': 'Show NUM lines after each match (default: 0)', 'minimum': 0}, 'before_context': {'type': 'number', 'description': 'Show NUM lines before each match (default: 0)', 'minimum': 0}, 'build_number': {'type': 'string'}, 'cache_ttl': {'type': 'string', 'description': 'Cache TTL for non-terminal jobs (default: "30s")'}, 'case_sensitive': {'type': 'boolean', 'description': 'Case-sensitive search (default: false)'}, 'context': {'type': 'number', 'description': 'Show NUM lines before and after each match (default: 0)', 'minimum': 0}, 'force_refresh': {'type': 'boolean', 'description': 'Force refresh cached entry (default: false)'}, 'invert_match': {'type': 'boolean', 'description': 'Show non-matching lines (default: false)'}, 'job_id': {'type': 'string'}, 'limit': {'type': 'number', 'description': 'Limit number of matches returned (default: 100, 0 = no limit)', 'default': 100, 'minimum': 0}, 'org_slug': {'type': 'string'}, 'pattern': {'type': 'string', 'description': 'Regex pattern to search for'}, 'pipeline_slug': {'type': 'string'}, 'reverse': {'type': 'boolean', 'description': 'Search backwards from end/seek position (default: false)'}, 'seek_start': {'type': 'number', 'description': 'Start search from this row number (0-based, useful with reverse: true)', 'minimum': 0}}, 'required': ['org_slug', 'pipeline_slug', 'build_number', 'job_id', 'pattern'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'tail_logs', 'description': 'Show the last N entries from the log file. 🔥 RECOMMENDED for failure diagnosis - most build failures appear in the final log entries. More token-efficient than read_logs for recent issues. The json format: {ts: timestamp_ms, c: content, rn: row_number}.', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'cache_ttl': {'type': 'string', 'description': 'Cache TTL for non-terminal jobs (default: "30s")'}, 'force_refresh': {'type': 'boolean', 'description': 'Force refresh cached entry (default: false)'}, 'job_id': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}, 'tail': {'type': 'number', 'description': 'Number of lines to show from end (default: 10)', 'default': 10, 'minimum': 1}}, 'required': ['org_slug', 'pipeline_slug', 'build_number', 'job_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'unblock_job', 'description': 'Unblock a blocked job in a Buildkite build to allow it to continue execution', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'fields': {'type': 'object', 'description': 'JSON object containing string values for block step fields'}, 'job_id': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}}, 'required': ['org_slug', 'pipeline_slug', 'build_number', 'job_id'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'update_pipeline', 'description': "Modify an existing Buildkite pipeline's configuration, repository, settings, or metadata", 'parameters': {'type': 'object', 'properties': {'cancel_running_branch_builds': {'type': 'boolean', 'description': 'Cancel running builds when new builds are created on the same branch'}, 'cluster_id': {'type': 'string'}, 'configuration': {'type': 'string', 'description': 'The pipeline configuration in YAML format. Contains the build steps and pipeline settings. If not provided, the existing configuration will be used'}, 'default_branch': {'type': 'string', 'description': 'The default branch for builds and metrics filtering'}, 'description': {'type': 'string'}, 'name': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}, 'repository_url': {'type': 'string', 'description': 'The Git repository URL to use for the pipeline'}, 'skip_queued_branch_builds': {'type': 'boolean', 'description': 'Skip intermediate builds when new builds are created on the same branch'}, 'tags': {'type': 'array', 'description': 'Tags to apply to the pipeline. These can be used for filtering and organization', 'items': {'type': 'string', 'description': 'A tag to apply to the pipeline'}}}, 'required': ['org_slug', 'pipeline_slug'], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'user_token_organization', 'description': 'Get the organization associated with the user token used for this request', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
buildkite
other
{'type': 'function', 'name': 'wait_for_build', 'description': 'Wait for a specific build to complete', 'parameters': {'type': 'object', 'properties': {'build_number': {'type': 'string'}, 'org_slug': {'type': 'string'}, 'pipeline_slug': {'type': 'string'}, 'wait_timeout': {'type': 'number', 'description': 'Timeout in seconds to wait for job completion', 'default': 300}}, 'required': ['org_slug', 'pipeline_slug', 'build_number'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'complete_user_task', 'description': 'Complete a user task in the Camunda process engine. The task is identified by its unique task id.', 'parameters': {'type': 'object', 'properties': {'taskId': {'type': 'string', 'description': 'The unique task id of the user task to complete.'}}, 'required': ['taskId'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'count_incidents', 'description': 'Count incidents for a specific BPMN process instance in the Camunda process engine. The process is identified by its process instance id or the business key.', 'parameters': {'type': 'object', 'properties': {'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance id or business key of the BPMN process.'}}, 'required': ['processInstanceIdOrBusinessKey'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'count_instances', 'description': 'Count active instances for a specific BPMN process definition in the Camunda process engine. The process is identified by its key. The response includes information about the number of active instances associated with the process definition.', 'parameters': {'type': 'object', 'properties': {'processKey': {'type': 'string', 'description': 'The unique key of the BPMN process definition.'}}, 'required': ['processKey'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'count_user_tasks', 'description': 'Count user tasks for a specific BPMN process instance in the Camunda process engine. The process is identified by its process instance id or the business key.', 'parameters': {'type': 'object', 'properties': {'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance id or business key of the BPMN process.'}}, 'required': ['processInstanceIdOrBusinessKey'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'count_variables', 'description': 'Count variables for a specific BPMN process in the Camunda process engine. The process is identified by its process instance id or the business key. The response information about the number of variables associated with the process instance.', 'parameters': {'type': 'object', 'properties': {'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance if of the BPMN process definition. Business key may belong to multiple processes.'}}, 'required': ['processInstanceIdOrBusinessKey'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'list_definitions', 'description': 'Retrieve all BPMN process definitions available in the Camunda BPM process engine. The response includes details such as tenant, version, deployment ID, and other metadata for each process definition. Allows narrowing down results by providing parts of the process key or name, and limiting the number of results returned.', 'parameters': {'type': 'object', 'properties': {'camundaAddress': {'type': 'string', 'description': 'Optional, the address of the Camunda process engine. If not provided, the default address will be used.'}, 'maxResults': {'type': ['integer', 'null'], 'description': 'Optional, max results to fetch provided as integer.'}, 'processKeyLike': {'type': 'string', 'description': 'Optional, part of the BPMN process definiton unique key.'}, 'processNameLike': {'type': 'string', 'description': 'Optional, part of the BPMN process definition name in human readable form.'}}, 'required': ['camundaAddress', 'processKeyLike', 'processNameLike', 'maxResults'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'list_incidents', 'description': 'List incidents for a specific BPMN process instance in the Camunda process engine. The process is identified by its process instance id or the business key.', 'parameters': {'type': 'object', 'properties': {'maxResults': {'type': ['integer', 'null'], 'description': 'Optional, max results to fetch provided as integer.'}, 'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance id or business key of the BPMN process.'}}, 'required': ['processInstanceIdOrBusinessKey', 'maxResults'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'list_instances', 'description': 'Retrieve the list of active instances for a specific BPMN process definition in the Camunda process engine. The process is identified by its key. The response includes details such as tenant, key, business key, process instance id, and other metadata for each process instance.', 'parameters': {'type': 'object', 'properties': {'maxResults': {'type': ['integer', 'null'], 'description': 'Optional, max results to fetch provided as integer.'}, 'processKey': {'type': 'string', 'description': 'The unique key of the BPMN process definition.'}}, 'required': ['processKey', 'maxResults'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'list_user_tasks', 'description': 'List user tasks for a specific BPMN process instance in the Camunda process engine. The process is identified by its process instance id or the business key.', 'parameters': {'type': 'object', 'properties': {'maxResults': {'type': ['integer', 'null'], 'description': 'Optional, max results to fetch provided as integer.'}, 'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance id or business key of the BPMN process.'}}, 'required': ['processInstanceIdOrBusinessKey', 'maxResults'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'list_variables', 'description': 'Retrieve the list of variables for a specific BPMN process in the Camunda process engine. The process is identified by its process instance id or the business key. The response includes details such as tenant, key, business key, process instance id, and other metadata for each process instance.', 'parameters': {'type': 'object', 'properties': {'maxResults': {'type': ['integer', 'null'], 'description': 'Optional, max results to fetch provided as integer.'}, 'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance if of the BPMN process definition. Business key may belong to multiple processes.'}}, 'required': ['processInstanceIdOrBusinessKey', 'maxResults'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'resolve_incident', 'description': 'Requests the Cmaunda BPM process engine to resolve an incident. Resolving an incident allows the process instance to continue its execution.', 'parameters': {'type': 'object', 'properties': {'incidentId': {'type': 'string', 'description': 'The unique identifier of the incident to resolve. This ID is typically generated by the Camunda process engine when an incident occurs.'}}, 'required': ['incidentId'], 'additionalProperties': False}, 'strict': True}
camunda
other
{'type': 'function', 'name': 'send_message', 'description': 'Send a message to a specific BPMN process instance in the Camunda process engine. The process is identified by its process instance id or the business key.', 'parameters': {'type': 'object', 'properties': {'messageName': {'type': 'string', 'description': 'The name of the message to send.'}, 'processInstanceIdOrBusinessKey': {'type': 'string', 'description': 'The unique process instance id or business key of the BPMN process.'}}, 'required': ['processInstanceIdOrBusinessKey', 'messageName'], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'execData', 'description': 'Execute stored procedures against connected data sources', 'parameters': {'type': 'object', 'properties': {'defaultSchema': {'type': 'string', 'description': 'Schema to use if the procedure is not prefixed with a schema name'}, 'parameters': {'type': 'object', 'description': 'A JSON object containing procedure parameters. All parameter names must begin with @', 'additionalProperties': True}, 'procedure': {'type': 'string', 'description': 'The name of the stored procedure to execute'}}, 'required': ['procedure'], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getCatalogs', 'description': 'Retrieve a list of available connections from CData Connect Cloud. The connection names should be used as catalog names in other tools and in any queries to CData Connect Cloud. Use the `getSchemas` tool to get a list of available schemas for a specific catalog.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getColumns', 'description': 'Retrieve a list of available database columns from CData Connect Cloud for a specific catalog, schema, and table', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter columns by'}, 'columnName': {'type': 'string', 'description': 'Optional column name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter columns by'}, 'tableName': {'type': 'string', 'description': 'Optional table name to filter columns by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getExportedKeys', 'description': 'Retrieve a list of foreign key relationships from CData Connect Cloud for a specific catalog, schema, and table', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter keys by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter keys by'}, 'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getImportedKeys', 'description': 'Retrieve a list of foreign key relationships from CData Connect Cloud for a specific catalog, schema, and table', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter keys by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter keys by'}, 'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getIndexes', 'description': 'Retrieve a list of indexes from CData Connect Cloud for a specific catalog, schema, and table', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter indexes by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter indexes by'}, 'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getPrimaryKeys', 'description': 'Retrieve a list of primary keys from CData Connect Cloud for a specific catalog, schema, and table', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter keys by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter keys by'}, 'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getProcedureParameters', 'description': 'Retrieve a list of stored procedure parameters from CData Connect Cloud for a specific catalog, schema, and procedure', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter parameters by'}, 'parameterName': {'type': 'string', 'description': 'Optional parameter name to filter by'}, 'procedureName': {'type': 'string', 'description': 'Optional procedure name to filter parameters by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter parameters by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getProcedures', 'description': 'Retrieve a list of stored procedures from CData Connect Cloud for a specific catalog and schema', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter procedures by'}, 'procedureName': {'type': 'string', 'description': 'Optional procedure name to filter by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter procedures by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getSchemas', 'description': 'Retrieve a list of available database schemas from CData Connect Cloud for a specific catalog. Use the `getTables` tool to get a list of available tables for a specific catalog and schema.', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter schemas by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'getTables', 'description': 'Retrieve a list of available database tables from CData Connect Cloud for a specific catalog and schema. Use the `getColumns` tool to get a list of available columns for a specific table.', 'parameters': {'type': 'object', 'properties': {'catalogName': {'type': 'string', 'description': 'Optional catalog name to filter tables by'}, 'schemaName': {'type': 'string', 'description': 'Optional schema name to filter tables by'}, 'tableName': {'type': 'string', 'description': 'Optional table name to filter by'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cdata-connectcloud
other
{'type': 'function', 'name': 'queryData', 'description': 'Execute SQL queries against connected data sources and retrieve results', 'parameters': {'type': 'object', 'properties': {'defaultSchema': {'type': 'string', 'description': 'Schema to use if tables are not prefixed with a schema name'}, 'parameters': {'type': 'object', 'description': 'A JSON object containing a list of query parameters. All parameter names must begin with @', 'additionalProperties': True}, 'query': {'type': 'string', 'description': 'The SQL statement(s) to execute. Separate multiple statements with semi-colons'}, 'schemaOnly': {'type': 'boolean', 'description': 'If true, the result only includes column metadata'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'findPatients', 'description': 'Find patients.\n\n<usecase>\nFind patients quickly using natural search terms or specific criteria. Handles everything from \n"find John Smith" to complex searches like "elderly diabetes patients in California". \nEssential first step for any patient-related task.\n</usecase>\n\n<instructions>\nQuick searches: Use search_type="name" with query="John Smith" for basic name searches\nPhone lookups: Use search_type="phone" with query="555-1234" (handles any format)\nMedical record: Use search_type="record_id" with query="MR123456"\n\nComplex searches: Use search_type="advanced" with multiple criteria:\n- Age ranges: age_min=65, age_max=80 for elderly patients\n- Location: state="CA", city="Los Angeles" for geographic filtering \n- Medical: blood_group="O+", language="Spanish" for clinical needs\n\nAlways returns patient_id needed for other tools. Start here before any patient operations.\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'age_max': {'title': 'Age Max', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'age_min': {'title': 'Age Min', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'blood_group': {'title': 'Blood Group', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'category_id': {'title': 'Category Id', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'city': {'title': 'City', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'country': {'title': 'Country', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'created_after': {'title': 'Created After', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'created_before': {'title': 'Created Before', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'facility_id': {'title': 'Facility Id', 'default': 'ALL', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'gender': {'title': 'Gender', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'has_phr_account': {'title': 'Has Phr Account', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'language': {'title': 'Language', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'limit': {'title': 'Limit', 'default': 10, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'marital_status': {'title': 'Marital Status', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'modified_after': {'title': 'Modified After', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'modified_before': {'title': 'Modified Before', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'page': {'title': 'Page', 'default': 1, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'postal_code': {'title': 'Postal Code', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'query': {'title': 'Query', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'search_type': {'type': 'string', 'title': 'Search Type', 'default': 'name', 'enum': ['name', 'phone', 'email', 'record_id', 'demographics', 'advanced']}, 'sort_by': {'title': 'Sort By', 'default': 'name', 'anyOf': [{'type': 'string', 'enum': ['name', 'created_date', 'modified_date']}, {'type': 'null'}]}, 'sort_order': {'title': 'Sort Order', 'default': 'asc', 'anyOf': [{'type': 'string', 'enum': ['asc', 'desc']}, {'type': 'null'}]}, 'state': {'title': 'State', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'status': {'title': 'Status', 'default': 'active', 'anyOf': [{'type': 'string', 'enum': ['active', 'inactive', 'all']}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'getPracticeInfo', 'description': 'Get practice information.\n\n<usecase>\nGet essential practice information needed for other operations - available facilities,\nproviders, vital signs templates, etc. Use this to understand practice setup and get IDs for other tools.\n</usecase>\n\n<instructions>\n- "facilities": List all practice locations with IDs needed for scheduling\n- "providers": List all providers with IDs needed for appointments and encounters \n- "vitals": Available vital sign templates for documentation\n- "overview": Summary of practice setup with key counts and recent activity\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'info_type': {'type': 'string', 'title': 'Info Type', 'default': 'overview', 'enum': ['facilities', 'providers', 'vitals', 'overview']}}, 'required': [], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'manageAppointments', 'description': 'Manage appointments.\n\n<usecase>\nComplete appointment lifecycle management - schedule new appointments, reschedule existing ones,\ncancel appointments, and list appointments with flexible filtering. Handles the full appointment workflow.\n</usecase>\n\n<instructions>\nActions:\n- "schedule": Create new appointment (requires patient_id, provider_id, facility_id, appointment_date, appointment_time). Check the provider\'s availability with manageAppointments(action=\'list\') and provider_id, and across all facilities for the provider before suggesting a time.\n- "reschedule": Change existing appointment time (requires appointment_id + new scheduling details)\n- "cancel": Cancel appointment (requires appointment_id + cancel_reason)\n- "list": Show appointments with filtering (requires start_date, end_date_range, facility_ids)\n\nTime format: Use 12-hour format like "09:30 AM" or "02:15 PM"\nFor recurring: Set repetition to "Weekly" or "Daily" and provide frequency + end_date\nFor double booking: Use provider_double_booking="allow" or resource_double_booking="allow" to override checks\nFor cancellation: Use delete_type "Current" for single appointment or "Entire" for recurring series\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['schedule', 'reschedule', 'cancel', 'list']}, 'appointment_date': {'title': 'Appointment Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'appointment_id': {'title': 'Appointment Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'appointment_time': {'title': 'Appointment Time', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'cancel_reason': {'title': 'Cancel Reason', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'consent_forms': {'title': 'Consent Forms', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'integer'}}}, {'type': 'null'}]}, 'delete_type': {'title': 'Delete Type', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'duration_minutes': {'title': 'Duration Minutes', 'default': 30, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'end_date_range': {'title': 'End Date Range', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'facility_id': {'title': 'Facility Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'facility_ids': {'title': 'Facility Ids', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'frequency': {'title': 'Frequency', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'member_ids': {'title': 'Member Ids', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'message_to_patient': {'title': 'Message To Patient', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'mode': {'title': 'Mode', 'default': 'In Person', 'anyOf': [{'type': 'string', 'enum': ['In Person', 'Phone call', 'Video Consult']}, {'type': 'null'}]}, 'patient_id': {'title': 'Patient Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'provider_double_booking': {'title': 'Provider Double Booking', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'provider_id': {'title': 'Provider Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'questionnaire': {'title': 'Questionnaire', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'integer'}}}, {'type': 'null'}]}, 'reason': {'title': 'Reason', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'receipt_id': {'title': 'Receipt Id', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'repetition': {'title': 'Repetition', 'default': 'Single Date', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'resource_double_booking': {'title': 'Resource Double Booking', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'resource_id': {'title': 'Resource Id', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'start_date': {'title': 'Start Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'status': {'title': 'Status', 'default': 'Confirmed', 'anyOf': [{'type': 'string', 'enum': ['Confirmed', 'Pending', 'Tentative', 'Cancelled']}, {'type': 'null'}]}, 'status_ids': {'title': 'Status Ids', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'visit_type_id': {'title': 'Visit Type Id', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'weekly_days': {'title': 'Weekly Days', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, {'type': 'null'}]}}, 'required': ['action'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'manageEncounter', 'description': 'Manage encounters.\n\n<usecase>\nComplete encounter workflow - create, review, and sign encounters with comprehensive clinical documentation.\nEssential for clinical workflow from initial documentation through final signature.\n</usecase>\n\n<instructions>\nActions:\n- "create": Create new encounter and document clinical findings (default)\n- "review": Display complete encounter details for review before signing\n- "sign": Electronically sign encounter after review and confirmation\n- "unlock": Unlock a previously signed encounter to allow modifications\n\nFor creating encounters:\n- Requires: patient_id, provider_id, facility_id, encounter_date\n- Optional: appointment_id (to create from existing appointment), visit_type_id, encounter_mode, chief_complaint\n\nFor reviewing encounters:\n- Requires: patient_id, encounter_id\n- Shows comprehensive encounter details including vitals, diagnoses, medications, notes\n\nFor signing encounters:\n- Requires: patient_id, encounter_id \n- Only use after reviewing and confirming all information is accurate\n\nFor unlocking encounters:\n- Requires: patient_id, encounter_id, reason\n- Used to unlock signed encounters when modifications are needed\n- Must provide a valid reason for unlocking the encounter\n\nRecommended workflow:\n1. Create encounter: manageEncounter(patient_id, provider_id, facility_id, encounter_date, action="create")\n2. Add clinical data using managePatientVitals(), managePatientDrugs(), managePatientDiagnoses()\n3. Review before signing: manageEncounter(patient_id, encounter_id, action="review")\n4. Sign to finalize: manageEncounter(patient_id, encounter_id, action="sign")\n5. If modifications needed: manageEncounter(patient_id, encounter_id, reason="reason for changes", action="unlock")\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'default': 'create', 'enum': ['create', 'review', 'sign', 'unlock', 'update']}, 'appointment_id': {'title': 'Appointment Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'chief_complaint': {'title': 'Chief Complaint', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'encounter_date': {'title': 'Encounter Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'encounter_id': {'title': 'Encounter Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'encounter_mode': {'title': 'Encounter Mode', 'default': 'In Person', 'anyOf': [{'type': 'string', 'enum': ['In Person', 'Phone Call', 'Video Consult']}, {'type': 'null'}]}, 'facility_id': {'title': 'Facility Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'provider_id': {'title': 'Provider Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'reason': {'title': 'Reason', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'visit_type_id': {'title': 'Visit Type Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatient', 'description': 'Manage patients.\n\n<usecase>\nComplete patient management with comprehensive demographic, social, and administrative data.\nHandles patient creation, updates, status changes, and complex relationships. Supports all \nCharmHealth patient data fields for complete EHR functionality.\n</usecase>\n\n<instructions>\nActions:\n- "create": Add new patient (requires first_name, last_name, gender, date_of_birth OR age, facility_ids)\n- "update": Modify existing patient (requires patient_id + fields to change).\n- "activate": Reactivate deactivated patient (requires patient_id only)\n- "deactivate": Deactivate patient (requires patient_id only)\n\nUpdate Modes:\n- update_specific_details=True: Only updates the fields you provide, preserves all other existing data (RECOMMENDED, Default)\n- update_specific_details=False: Complete record update - must provide all fields or existing data will be lost\n\nDemographics: Supports comprehensive patient information including social history, family data\nAddresses: If any address field provided, country is required (defaults to US)\nFacilities: Pass as list of facility IDs like "facility_123,facility_456".\nCategories: Pass as list like [{"category_id": "category_123"}]\n\nComplex Relationships:\n- caregivers: [{"first_name": str, "last_name": str, "relationship": str, "contact": {...}, "address": {...}}]\n- guarantor: [{"first_name": str, "last_name": str, "relationship": str, "contact": {...}, "address": {...}}]\n- id_qualifiers: [{"id_qualifier": 1-8 or 99, "id_of_patient": "ID_value"}]\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['create', 'update', 'activate', 'deactivate']}, 'address_line1': {'title': 'Address Line1', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'address_line2': {'title': 'Address Line2', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'age': {'title': 'Age', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'area': {'title': 'Area', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'birth_order': {'title': 'Birth Order', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'blood_group': {'title': 'Blood Group', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['unknown', 'B+', 'B-', 'O+', 'O-', 'A+', 'A-', 'A1+', 'A1-', 'A2+', 'A2-', 'AB+', 'AB-', 'A1B+', 'A1B-', 'A2B+', 'A2B-']}, {'type': 'null'}]}, 'caregivers': {'title': 'Caregivers', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}]}, 'categories': {'title': 'Categories', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}]}, 'cause_of_death': {'title': 'Cause Of Death', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'city': {'title': 'City', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'country': {'title': 'Country', 'default': 'US', 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'county_code': {'title': 'County Code', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'custom_field_1': {'title': 'Custom Field 1', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'custom_field_2': {'title': 'Custom Field 2', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'custom_field_3': {'title': 'Custom Field 3', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'custom_field_4': {'title': 'Custom Field 4', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'custom_field_5': {'title': 'Custom Field 5', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'date_of_birth': {'title': 'Date Of Birth', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'deceased': {'title': 'Deceased', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'district': {'title': 'District', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'dod': {'title': 'Dod', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'duplicate_check': {'title': 'Duplicate Check', 'default': True, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'email': {'title': 'Email', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'email_notification': {'title': 'Email Notification', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'emergency_contact_name': {'title': 'Emergency Contact Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'emergency_contact_phone': {'title': 'Emergency Contact Phone', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'emergency_extn': {'title': 'Emergency Extn', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'employment_status': {'title': 'Employment Status', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['Employed', 'Full-Time Student', 'Part-Time Student', 'Unemployed', 'Retired']}, {'type': 'null'}]}, 'ethnicity': {'title': 'Ethnicity', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'facility_ids': {'title': 'Facility Ids', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'first_name': {'title': 'First Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'gender': {'title': 'Gender', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['male', 'female', 'unknown', 'other']}, {'type': 'null'}]}, 'gender_identity': {'title': 'Gender Identity', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'guarantor': {'title': 'Guarantor', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}]}, 'home_phone': {'title': 'Home Phone', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'id_qualifiers': {'title': 'Id Qualifiers', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}]}, 'introduction': {'title': 'Introduction', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'is_multiple_birth': {'title': 'Is Multiple Birth', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'language': {'title': 'Language', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'last_name': {'title': 'Last Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'linked_patient_id': {'title': 'Linked Patient Id', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'maiden_name': {'title': 'Maiden Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'marital_status': {'title': 'Marital Status', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['Single', 'Married', 'Other']}, {'type': 'null'}]}, 'middle_name': {'title': 'Middle Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'mother_first_name': {'title': 'Mother First Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'mother_last_name': {'title': 'Mother Last Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'nick_name': {'title': 'Nick Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'title': 'Patient Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'payment_end_date': {'title': 'Payment End Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'payment_source': {'title': 'Payment Source', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'payment_start_date': {'title': 'Payment Start Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'phone': {'title': 'Phone', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'post_box': {'title': 'Post Box', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'preferred_communication': {'title': 'Preferred Communication', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['ChARM PHR', 'Email', 'Phone', 'Fax', 'Mail']}, {'type': 'null'}]}, 'primary_phone': {'title': 'Primary Phone', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['Home Phone', 'Mobile Phone', 'Work Phone']}, {'type': 'null'}]}, 'race': {'title': 'Race', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'rep_first_name': {'title': 'Rep First Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'rep_last_name': {'title': 'Rep Last Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'send_phr_invite': {'title': 'Send Phr Invite', 'default': False, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'sexual_orientation': {'title': 'Sexual Orientation', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'smoking_status': {'title': 'Smoking Status', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['Current every day smoker', 'Current some day smoker', 'Former Smoker', 'Never Smoker', 'Smoker current status unknown', 'Unknown if ever smoked', 'Heavy tobacco smoker', 'Light tobacco smoker']}, {'type': 'null'}]}, 'source_name': {'title': 'Source Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'source_value': {'title': 'Source Value', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'state': {'title': 'State', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'suffix': {'title': 'Suffix', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'text_notification': {'title': 'Text Notification', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'update_specific_details': {'title': 'Update Specific Details', 'default': True, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'voice_notification': {'title': 'Voice Notification', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'work_phone': {'title': 'Work Phone', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'work_phone_extn': {'title': 'Work Phone Extn', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'zip_code': {'title': 'Zip Code', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['action'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientAllergies', 'description': 'Manage patient allergies.\n\n<usecase>\nCritical allergy management with safety alerts - document patient allergies, update allergy information,\nand maintain allergy safety checks. Essential for safe prescribing and clinical decision-making.\n</usecase>\n\n<instructions>\nActions:\n- "add": Document new allergy (requires allergen, allergy_type, severity, reactions, allergy_date)\n- "list": Show all patient allergies (requires only patient_id)\n- "update": Modify existing allergy (requires record_id + fields to change)\n- "delete": Remove allergy record (requires record_id)\n\nSafety critical: Always check allergies before prescribing medications.\nCommon allergens: "Penicillin", "Latex", "Shellfish", "Nuts", "Contrast dye"\nSeverity levels: "Mild", "Moderate", "Severe", "Life-threatening"\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['add', 'list', 'update', 'delete']}, 'allergen': {'title': 'Allergen', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'allergy_date': {'title': 'Allergy Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'allergy_status': {'title': 'Allergy Status', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'allergy_type': {'title': 'Allergy Type', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'comments': {'title': 'Comments', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'reactions': {'title': 'Reactions', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'severity': {'title': 'Severity', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientDiagnoses', 'description': 'Manage patient diagnoses.\n\n<usecase>\nComplete diagnosis management for patient problem lists - add new diagnoses, update existing conditions,\nand maintain accurate medical problem lists. Essential for clinical reasoning and care planning.\n</usecase>\n\n<instructions>\nActions:\n- "add": Add new diagnosis (requires diagnosis_name, diagnosis_code, code_type)\n- "list": Show all patient diagnoses (optionally filter by encounter_id)\n- "update": Modify existing diagnosis (requires record_id + fields to change)\n- "delete": Remove diagnosis (requires record_id). Ask the user if they are sure they want to delete the diagnosis before proceeding.\n\nCode types: "ICD10", "SNOMED"\nStatus options: "Active", "Inactive", "Resolved"\nUse encounter_id to link diagnosis to specific visit for billing and documentation\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['add', 'list', 'update', 'delete']}, 'code_type': {'title': 'Code Type', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['ICD10', 'SNOMED']}, {'type': 'null'}]}, 'comments': {'title': 'Comments', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'diagnosis_code': {'title': 'Diagnosis Code', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'diagnosis_name': {'title': 'Diagnosis Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'diagnosis_order': {'title': 'Diagnosis Order', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'diagnosis_status': {'title': 'Diagnosis Status', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['Active', 'Inactive', 'Resolved']}, {'type': 'null'}]}, 'encounter_id': {'title': 'Encounter Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'from_date': {'title': 'From Date', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'to_date': {'title': 'To Date', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientDrugs', 'description': 'Manage patient drugs and supplements.\n\n<usecase>\nUnified drug management for medications, supplements, and vitamins - prescribe medications, \ndocument supplements, manage drug interactions. Includes automatic allergy checking and \ncomprehensive drug safety workflow for optimal patient care.\n</usecase>\n\n<instructions>\nActions:\n- "add": Prescribe new drug (requires drug_name, directions for medications; drug_name, dosage for supplements)\n- "update": Modify existing prescription (requires record_id + fields to change) \n- "discontinue": Stop drug (requires record_id)\n- "list": Show all patient drugs by type (optionally filter by substance_type)\n\nSubstance Types:\n- "medication": Prescription drugs (requires directions, refills)\n- "supplement": OTC supplements/vitamins (requires dosage as integer)\n- "vitamin": Specific vitamins (requires dosage as integer)\n\nSafety: Automatically checks allergies before prescribing unless check_allergies=False\nFor medications: Use clear directions like "Take 1 tablet by mouth twice daily with food"\nFor supplements: Provide dosage as integer (e.g., 5) and use strength for units (e.g., "500mg")\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['add', 'update', 'discontinue', 'list']}, 'check_allergies': {'title': 'Check Allergies', 'default': True, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'comments': {'title': 'Comments', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'directions': {'title': 'Directions', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'dosage': {'title': 'Dosage', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'dosage_unit': {'title': 'Dosage Unit', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'dose_form': {'title': 'Dose Form', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'drug_name': {'title': 'Drug Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'encounter_id': {'title': 'Encounter Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'frequency': {'title': 'Frequency', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'intake_type': {'title': 'Intake Type', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'quantity': {'title': 'Quantity', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'refills': {'title': 'Refills', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'route': {'title': 'Route', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'start_date': {'title': 'Start Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'status': {'title': 'Status', 'default': 'active', 'anyOf': [{'type': 'string', 'enum': ['active', 'inactive']}, {'type': 'null'}]}, 'strength': {'title': 'Strength', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'substance_type': {'type': 'string', 'title': 'Substance Type', 'default': 'medication', 'enum': ['medication', 'supplement', 'vitamin']}, 'weaning_schedule': {'title': 'Weaning Schedule', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientFiles', 'description': 'Manage patient files and documents.\n\n<usecase>\nPatient file and document management - upload patient photos, manage identity documents, \nand send PHR (Personal Health Record) invitations. Handles the complete patient file workflow.\n</usecase>\n\n<instructions>\nActions:\n- "upload_photo": Upload patient photo (requires photo_file path)\n- "delete_photo": Remove patient photo (requires only patient_id)\n- "upload_id": Upload identity document (requires id_file, id_qualifier)\n- "send_phr_invite": Send PHR portal invitation (requires email)\n\nID Qualifiers: military_id, state_issued_id, drivers_license_id, passport_id, social_security_number, etc.\nFile paths should be absolute paths to image/PDF files on the system.\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['upload_photo', 'delete_photo', 'upload_id', 'send_phr_invite']}, 'email': {'title': 'Email', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'id_file': {'title': 'Id File', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'id_of_patient': {'title': 'Id Of Patient', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'id_qualifier': {'title': 'Id Qualifier', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['military_id', 'state_issued_id', 'unique_system_id', 'permanent_resident_card', 'passport_id', 'drivers_license_id', 'social_security_number', 'tribal_id', 'other']}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'photo_file': {'title': 'Photo File', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'rep_first_name': {'title': 'Rep First Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'rep_last_name': {'title': 'Rep Last Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientLabs', 'description': 'Manage patient laboratory results.\n\n<usecase>\nComplete laboratory results management - list lab results, get detailed reports, \nand add new lab results. Handles the full lab workflow for clinical decision-making.\n</usecase>\n\n<instructions>\nActions:\n- "list": Show lab results with filtering (optionally filter by patient_id, reviewer_id, status)\n- "get_details": Get detailed lab report (requires group_id OR lab_order_id)\n- "add_result": Add new lab results (requires patient_id + result_details)\n\nFor detailed results: Use group_id for result groups or lab_order_id for specific orders\nFor adding results: Provide structured result_details with tests, parameters, and values\nStatus codes: 0 for pending, 2 for final results\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['list', 'get_details', 'add_result']}, 'group_id': {'title': 'Group Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'is_ascending': {'title': 'Is Ascending', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'lab_order_id': {'title': 'Lab Order Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'no_of_records': {'title': 'No Of Records', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'patient_id': {'title': 'Patient Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'result_details': {'title': 'Result Details', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'reviewer_id': {'title': 'Reviewer Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'sort_by': {'title': 'Sort By', 'default': None, 'anyOf': [{'type': 'string', 'enum': ['DATE', 'FULL_NAME']}, {'type': 'null'}]}, 'start_index': {'title': 'Start Index', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'status': {'title': 'Status', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}}, 'required': ['action'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientNotes', 'description': 'Manage patient notes.\n\n<usecase>\nQuick clinical note management for important patient information - add care notes, provider communications,\nand clinical observations that need to be highlighted across all patient interactions.\n</usecase>\n\n<instructions>\nActions:\n- "add": Add new clinical note (requires notes content)\n- "list": Show all patient notes (requires only patient_id)\n- "update": Modify existing note (requires record_id + notes content)\n- "delete": Remove note (requires record_id). Ask the user if they are sure they want to delete the note before proceeding.\n\nUse for: Important care instructions, provider alerts, patient preferences, social determinants\nFormal encounter notes should use manageEncounter() instead\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['add', 'list', 'update', 'delete']}, 'notes': {'title': 'Notes', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientRecalls', 'description': 'Manage patient recalls.\n\n<usecase>\nPatient recall and follow-up management - schedule preventive care reminders, follow-up appointments,\nand care plan reminders. Ensures patients receive timely care according to clinical guidelines.\n</usecase>\n\n<instructions>\nActions:\n- "add": Schedule new recall (requires recall_type, notes, provider_id, facility_id)\n- "list": Show all patient recalls (requires only patient_id)\n- "update": Modify existing recall (requires record_id + fields to change)\n- "delete": Remove recall (requires record_id). Ask the user if they are sure they want to delete the recall before proceeding.\n\nCommon recall types: "Annual Physical", "Mammogram", "Colonoscopy", "Lab Follow-up", "Medication Review"\nReminder timing: email_reminder_before/text_reminder_before in days (e.g., 7 for one week)\nUse getPracticeInfo() to get valid provider_id and facility_id values\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['add', 'list', 'update', 'delete']}, 'email_reminder_before': {'title': 'Email Reminder Before', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'encounter_id': {'title': 'Encounter Id', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'facility_id': {'title': 'Facility Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'notes': {'title': 'Notes', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'provider_id': {'title': 'Provider Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'recall_date': {'title': 'Recall Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'recall_period': {'title': 'Recall Period', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'recall_time': {'title': 'Recall Time', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'recall_timeunit': {'title': 'Recall Timeunit', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'recall_type': {'title': 'Recall Type', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'send_email_reminder': {'title': 'Send Email Reminder', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'send_text_reminder': {'title': 'Send Text Reminder', 'default': None, 'anyOf': [{'type': 'boolean'}, {'type': 'null'}]}, 'text_reminder_before': {'title': 'Text Reminder Before', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'managePatientVitals', 'description': 'Manage patient vitals and vital signs.\n\n<usecase>\nComplete patient vital signs management - record vitals during encounters, review vital trends,\nupdate incorrect readings, and track patient health metrics over time. Essential for clinical monitoring.\n</usecase>\n\n<instructions>\nActions:\n- "add": Record new vitals (requires patient_id + encounter_id + vitals dict OR individual vital fields). Check available vitals with getPracticeInfo(info_type=\'vitals\') first to ensure all vital names and units are correct.\n- "list": Show patient vital history (optionally filter by date range)\n- "update": Modify existing vital record (requires record_id + fields to change)\n- "delete": Remove incorrect vital record (requires record_id)\n\nVitals Format: \n- As dict: {"Weight": "70 kg", "BP": "120/80 mmHg", "Pulse": "72 bpm", "Temperature": "98.6 F"}\n- Individual: vital_name="Weight", vital_value="70", vital_unit="kg"\n\nCommon Vitals: Weight, Height, Blood Pressure (BP), Pulse Rate, Temperature, Respiratory Rate, Oxygen Saturation\nUse getPracticeInfo(info_type=\'vitals\') to see available vital types and proper naming\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'action': {'type': 'string', 'title': 'Action', 'enum': ['add', 'list', 'update']}, 'encounter_id': {'title': 'Encounter Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'end_date': {'title': 'End Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'limit': {'title': 'Limit', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}, 'record_id': {'title': 'Record Id', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'start_date': {'title': 'Start Date', 'default': None, 'anyOf': [{'type': 'string', 'format': 'date'}, {'type': 'null'}]}, 'vital_name': {'title': 'Vital Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'vital_unit': {'title': 'Vital Unit', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'vital_value': {'title': 'Vital Value', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}, 'vitals': {'title': 'Vitals', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': {'type': 'string'}}, {'type': 'null'}]}}, 'required': ['action', 'patient_id'], 'additionalProperties': False}, 'strict': True}
charmhealth-mcp-server
other
{'type': 'function', 'name': 'reviewPatientHistory', 'description': 'Review patient history.\n\n<usecase>\nGet comprehensive patient information including medical history, current medications, recent visits.\nPerfect for clinical decision-making and preparing for patient encounters.\n</usecase>\n\n<instructions>\nReturns a consolidated view of patient information organized by medical relevance.\nBy default includes all sections (include_sections=None). Specify include_sections to focus on specific areas.\nResults include clinical context and suggestions for next actions.\n\nWhen required parameters are missing, ask the user to provide the specific values rather than proceeding with defaults or auto-generated values.\n</instructions>', 'parameters': {'type': 'object', 'properties': {'include_allergies': {'type': 'boolean', 'title': 'Include Allergies', 'default': True}, 'include_appointments': {'type': 'boolean', 'title': 'Include Appointments', 'default': True}, 'include_demographics': {'type': 'boolean', 'title': 'Include Demographics', 'default': True}, 'include_diagnoses': {'type': 'boolean', 'title': 'Include Diagnoses', 'default': True}, 'include_encounters': {'type': 'boolean', 'title': 'Include Encounters', 'default': True}, 'include_medications': {'type': 'boolean', 'title': 'Include Medications', 'default': True}, 'include_vitals': {'type': 'boolean', 'title': 'Include Vitals', 'default': True}, 'patient_id': {'type': 'string', 'title': 'Patient Id'}}, 'required': ['patient_id'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_add_documents', 'description': 'Add documents to a Chroma collection.\n \n Args:\n collection_name: Name of the collection to add documents to\n documents: List of text documents to add\n ids: List of IDs for the documents (required)\n metadatas: Optional list of metadata dictionaries for each document', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'documents': {'type': 'array', 'title': 'Documents', 'items': {'type': 'string'}}, 'ids': {'type': 'array', 'title': 'Ids', 'items': {'type': 'string'}}, 'metadatas': {'title': 'Metadatas', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}]}}, 'required': ['collection_name', 'documents', 'ids'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_create_collection', 'description': "Create a new Chroma collection with configurable HNSW parameters.\n \n Args:\n collection_name: Name of the collection to create\n embedding_function_name: Name of the embedding function to use. Options: 'default', 'cohere', 'openai', 'jina', 'voyageai', 'ollama', 'roboflow'\n metadata: Optional metadata dict to add to the collection", 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'embedding_function_name': {'type': 'string', 'title': 'Embedding Function Name', 'default': 'default'}, 'metadata': {'title': 'Metadata', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_delete_collection', 'description': 'Delete a Chroma collection.\n \n Args:\n collection_name: Name of the collection to delete', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_delete_documents', 'description': "Delete documents from a Chroma collection.\n\n Args:\n collection_name: Name of the collection to delete documents from\n ids: List of document IDs to delete\n\n Returns:\n A confirmation message indicating the number of documents deleted.\n\n Raises:\n ValueError: If 'ids' is empty\n Exception: If the collection does not exist or if the delete operation fails.", 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'ids': {'type': 'array', 'title': 'Ids', 'items': {'type': 'string'}}}, 'required': ['collection_name', 'ids'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_fork_collection', 'description': 'Fork a Chroma collection.\n \n Args:\n collection_name: Name of the collection to fork\n new_collection_name: Name of the new collection to create\n metadata: Optional metadata dict to add to the new collection', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'new_collection_name': {'type': 'string', 'title': 'New Collection Name'}}, 'required': ['collection_name', 'new_collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_get_collection_count', 'description': 'Get the number of documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to count', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_get_collection_info', 'description': 'Get information about a Chroma collection.\n \n Args:\n collection_name: Name of the collection to get info about', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_get_documents', 'description': 'Get documents from a Chroma collection with optional filtering.\n \n Args:\n collection_name: Name of the collection to get documents from\n ids: Optional list of document IDs to retrieve\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n Examples:\n - Contains: {"$contains": "value"}\n - Not contains: {"$not_contains": "value"}\n - Regex: {"$regex": "[a-z]+"}\n - Not regex: {"$not_regex": "[a-z]+"}\n - Logical AND: {"$and": [{"$contains": "value1"}, {"$not_regex": "[a-z]+"}]}\n - Logical OR: {"$or": [{"$regex": "[a-z]+"}, {"$not_contains": "value2"}]}\n include: List of what to include in response. By default, this will include documents, and metadatas.\n limit: Optional maximum number of documents to return\n offset: Optional number of documents to skip before returning results\n \n Returns:\n Dictionary containing the matching documents, their IDs, and requested includes', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'ids': {'title': 'Ids', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'include': {'type': 'array', 'title': 'Include', 'default': ['documents', 'metadatas'], 'items': {'type': 'string'}}, 'limit': {'title': 'Limit', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'offset': {'title': 'Offset', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'where': {'title': 'Where', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'where_document': {'title': 'Where Document', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_list_collections', 'description': 'List all collection names in the Chroma database with pagination support.\n \n Args:\n limit: Optional maximum number of collections to return\n offset: Optional number of collections to skip before returning results\n \n Returns:\n List of collection names or ["__NO_COLLECTIONS_FOUND__"] if database is empty', 'parameters': {'type': 'object', 'properties': {'limit': {'title': 'Limit', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}, 'offset': {'title': 'Offset', 'default': None, 'anyOf': [{'type': 'integer'}, {'type': 'null'}]}}, 'required': [], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_modify_collection', 'description': "Modify a Chroma collection's name or metadata.\n \n Args:\n collection_name: Name of the collection to modify\n new_name: Optional new name for the collection\n new_metadata: Optional new metadata for the collection", 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'new_metadata': {'title': 'New Metadata', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'new_name': {'title': 'New Name', 'default': None, 'anyOf': [{'type': 'string'}, {'type': 'null'}]}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_peek_collection', 'description': 'Peek at documents in a Chroma collection.\n \n Args:\n collection_name: Name of the collection to peek into\n limit: Number of documents to peek at', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'limit': {'type': 'integer', 'title': 'Limit', 'default': 5}}, 'required': ['collection_name'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_query_documents', 'description': 'Query documents from a Chroma collection with advanced filtering.\n \n Args:\n collection_name: Name of the collection to query\n query_texts: List of query texts to search for\n n_results: Number of results to return per query\n where: Optional metadata filters using Chroma\'s query operators\n Examples:\n - Simple equality: {"metadata_field": "value"}\n - Comparison: {"metadata_field": {"$gt": 5}}\n - Logical AND: {"$and": [{"field1": {"$eq": "value1"}}, {"field2": {"$gt": 5}}]}\n - Logical OR: {"$or": [{"field1": {"$eq": "value1"}}, {"field1": {"$eq": "value2"}}]}\n where_document: Optional document content filters\n Examples:\n - Contains: {"$contains": "value"}\n - Not contains: {"$not_contains": "value"}\n - Regex: {"$regex": "[a-z]+"}\n - Not regex: {"$not_regex": "[a-z]+"}\n - Logical AND: {"$and": [{"$contains": "value1"}, {"$not_regex": "[a-z]+"}]}\n - Logical OR: {"$or": [{"$regex": "[a-z]+"}, {"$not_contains": "value2"}]}\n include: List of what to include in response. By default, this will include documents, metadatas, and distances.', 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'include': {'type': 'array', 'title': 'Include', 'default': ['documents', 'metadatas', 'distances'], 'items': {'type': 'string'}}, 'n_results': {'type': 'integer', 'title': 'N Results', 'default': 5}, 'query_texts': {'type': 'array', 'title': 'Query Texts', 'items': {'type': 'string'}}, 'where': {'title': 'Where', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}, 'where_document': {'title': 'Where Document', 'default': None, 'anyOf': [{'type': 'object', 'additionalProperties': True}, {'type': 'null'}]}}, 'required': ['collection_name', 'query_texts'], 'additionalProperties': False}, 'strict': True}
chroma
other
{'type': 'function', 'name': 'chroma_update_documents', 'description': "Update documents in a Chroma collection.\n\n Args:\n collection_name: Name of the collection to update documents in\n ids: List of document IDs to update (required)\n embeddings: Optional list of new embeddings for the documents.\n Must match length of ids if provided.\n metadatas: Optional list of new metadata dictionaries for the documents.\n Must match length of ids if provided.\n documents: Optional list of new text documents.\n Must match length of ids if provided.\n\n Returns:\n A confirmation message indicating the number of documents updated.\n\n Raises:\n ValueError: If 'ids' is empty or if none of 'embeddings', 'metadatas',\n or 'documents' are provided, or if the length of provided\n update lists does not match the length of 'ids'.\n Exception: If the collection does not exist or if the update operation fails.", 'parameters': {'type': 'object', 'properties': {'collection_name': {'type': 'string', 'title': 'Collection Name'}, 'documents': {'title': 'Documents', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'string'}}, {'type': 'null'}]}, 'embeddings': {'title': 'Embeddings', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'array', 'items': {'type': 'number'}}}, {'type': 'null'}]}, 'ids': {'type': 'array', 'title': 'Ids', 'items': {'type': 'string'}}, 'metadatas': {'title': 'Metadatas', 'default': None, 'anyOf': [{'type': 'array', 'items': {'type': 'object', 'additionalProperties': True}}, {'type': 'null'}]}}, 'required': ['collection_name', 'ids'], 'additionalProperties': False}, 'strict': True}
cloudflare-docs
other
{'type': 'function', 'name': 'migrate_pages_to_workers_guide', 'description': 'ALWAYS read this guide before migrating Pages projects to Workers.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
cloudflare-docs
other
{'type': 'function', 'name': 'search_cloudflare_documentation', 'description': 'Search the Cloudflare documentation.\n\n\t\tThis tool should be used to answer any question about Cloudflare products or features, including:\n\t\t- Workers, Pages, R2, Images, Stream, D1, Durable Objects, KV, Workflows, Hyperdrive, Queues\n\t\t- AutoRAG, Workers AI, Vectorize, AI Gateway, Browser Rendering\n\t\t- Zero Trust, Access, Tunnel, Gateway, Browser Isolation, WARP, DDOS, Magic Transit, Magic WAN\n\t\t- CDN, Cache, DNS, Zaraz, Argo, Rulesets, Terraform, Account and Billing\n\n\t\tResults are returned as semantically similar chunks to the query.', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'analyze_performance', 'description': 'Analyze query performance statistics for a given query or time range.\n\nArgs:\n query (str): Query string to filter (default: "").\n time_range (str): Time range for analysis (default: \'1:0\', format: \'minutes:seconds\').\n\nReturns:\n Statistics about performance and latency (e.g., P50, P99).', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'time_range': {'type': 'string', 'title': 'Time Range', 'default': '1:0'}}, 'required': ['query'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'analyze_schema', 'description': 'Analyze the schema and provide a summary of tables, views, and relationships.\n\nArgs:\n db_schema (str): Schema name (default: "public").\n\nReturns:\n Summary and details of tables, views, and relationships.', 'parameters': {'type': 'object', 'properties': {'db_schema': {'type': 'string', 'title': 'Db Schema', 'default': 'public'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'bulk_import', 'description': 'Bulk import data into a table from a file (CSV or Avro) stored in cloud or web storage. Supports S3, Azure Blob, Google Storage, HTTP/HTTPS URLs.\n\nArgs:\n table_name (str): Name of the table to import data into.\n file_url (str): URL to the data file (s3://, azure://, gs://, http://, https://, etc.).\n format (str): File format (\'csv\' or \'avro\').\n delimiter (str): CSV delimiter (default: \',\').\n skip_header (bool): Whether to skip the first row as header (default: True).\n\nReturns:\n A success message or an error message.\n\nExample:\n bulk_import(ctx, table_name="users", file_url="s3://bucket/data.csv", format="csv", delimiter=";", skip_header=True)', 'parameters': {'type': 'object', 'properties': {'delimiter': {'type': 'string', 'title': 'Delimiter', 'default': ','}, 'file_url': {'type': 'string', 'title': 'File Url'}, 'format': {'type': 'string', 'title': 'Format'}, 'skip_header': {'type': 'boolean', 'title': 'Skip Header', 'default': True}, 'table_name': {'type': 'string', 'title': 'Table Name'}}, 'required': ['table_name', 'file_url', 'format'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'connect', 'description': 'Connect to the default CockroachDB database and create a connection pool.\n\nReturns:\n A success message or an error message.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'connect_database', 'description': 'Connect to a CockroachDB database and create a connection pool.\n\nArgs:\n host (str): CockroachDB host.\n port (int): CockroachDB port (default: 26257).\n database (str): Database name (default: "defaultdb").\n username (str): Username (default: "root").\n password (str): Password.\n sslmode (str): SSL mode (default: disable - Possible values: allow, prefer, require, verify-ca, verify-full).\n sslcert (str): Path to user certificate file.\n sslkey (str): Path to user key file.\n sslrootcert (str): Path to CA certificate file.\n\nReturns:\n A success message or an error message.', 'parameters': {'type': 'object', 'properties': {'database': {'type': 'string', 'title': 'Database'}, 'host': {'type': 'string', 'title': 'Host'}, 'password': {'type': 'string', 'title': 'Password'}, 'port': {'type': 'integer', 'title': 'Port'}, 'sslcert': {'type': 'string', 'title': 'Sslcert'}, 'sslkey': {'type': 'string', 'title': 'Sslkey'}, 'sslmode': {'type': 'string', 'title': 'Sslmode'}, 'sslrootcert': {'type': 'string', 'title': 'Sslrootcert'}, 'username': {'type': 'string', 'title': 'Username'}}, 'required': ['host', 'database', 'port', 'username', 'password', 'sslmode', 'sslcert', 'sslkey', 'sslrootcert'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'create_database', 'description': 'Enable the creation of new databases. \n\nArgs:\n database_name (str): Name of the database to create.\n\nReturns:\n A success message or an error message.', 'parameters': {'type': 'object', 'properties': {'database_name': {'type': 'string', 'title': 'Database Name'}}, 'required': ['database_name'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'create_index', 'description': 'Create a new index on a specified table to improve query performance. This tool allows users to define indexes on one or more columns, enabling faster data retrieval and optimized execution plans for read-heavy workloads.\n\nArgs:\n table_name (str): Name of the table.\n index_name (str): Name of the index.\n columns (List[str]): List of column names to include in the index.\n\nReturns:\n A success message or an error message.', 'parameters': {'type': 'object', 'properties': {'columns': {'type': 'array', 'title': 'Columns', 'items': {'type': 'string'}}, 'index_name': {'type': 'string', 'title': 'Index Name'}, 'table_name': {'type': 'string', 'title': 'Table Name'}}, 'required': ['table_name', 'index_name', 'columns'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'create_table', 'description': 'Enable the creation of new tables in the current database. You can instruct the AI to define table names, columns, and their types, streamlining database setup and schema evolution directly through natural language. \n\nArgs:\n table_name (str): Name of the table.\n columns (List[Dict[str, str]]): List of dicts with keys:\n - \'name\' (str): column name (required)\n - \'datatype\' (str): column datatype (required)\n - \'constraint\' (str): column constraint (optional)\n\nReturns:\n A success message or an error message.\n\nExample:\n columns = [\n {"name": "id", "datatype": "SERIAL", "constraint": "PRIMARY KEY"},\n {"name": "username", "datatype": "TEXT", "constraint": "NOT NULL"},\n {"name": "created_at", "datatype": "TIMESTAMP"}\n ]', 'parameters': {'type': 'object', 'properties': {'columns': {'type': 'array', 'title': 'Columns', 'items': {'type': 'object', 'additionalProperties': {'type': 'string'}}}, 'table_name': {'type': 'string', 'title': 'Table Name'}}, 'required': ['table_name', 'columns'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'create_view', 'description': 'Create a view from a specific query.\n\nArgs:\n view_name (str): Name of the view.\n query (str): SQL query for the view definition.\n\nReturns:\n A success message or an error message.', 'parameters': {'type': 'object', 'properties': {'query': {'type': 'string', 'title': 'Query'}, 'view_name': {'type': 'string', 'title': 'View Name'}}, 'required': ['view_name', 'query'], 'additionalProperties': False}, 'strict': True}
cockroachdb
other
{'type': 'function', 'name': 'describe_table', 'description': 'Provide detailed schema information, column definitions, data types, and other metadata for a specified table. This allows the AI to accurately interpret table structures and formulate precise queries or data manipulation commands. \n\nArgs:\n table_name (str): Name of the table.\n db_schema (str): Schema name (default: "public").\n\nReturns:\n Table details including columns, constraints, indexes, and metadata.', 'parameters': {'type': 'object', 'properties': {'db_schema': {'type': 'string', 'title': 'Db Schema', 'default': 'public'}, 'table_name': {'type': 'string', 'title': 'Table Name'}}, 'required': ['table_name'], 'additionalProperties': False}, 'strict': True}