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 t...
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...
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 ...
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 conci...
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 co...
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, bus...
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 bu...
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...
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': Tru...
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: 'sum...
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': '...
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', 'c...
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'...
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': {'typ...
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 info...
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_t...
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: 'sum...
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'}}, 're...
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'], 'ad...
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': 'strin...
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...
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': 'F...
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', 'descrip...
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 ...
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 ...
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':...
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 li...
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_numbe...
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}.', 'para...
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 ...
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...
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 se...
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.'}}, 'requir...
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': 'stri...
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'...
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': 'st...
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'...
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 th...
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'], 'descr...
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 ea...
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'], 'des...
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 oth...
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 iden...
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...
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', 'd...
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 catal...
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'}, 'c...
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'}, '...
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'}, '...
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'...
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': {...
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...
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'}, 'procedureNam...
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...
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':...
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': 'o...
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 ...
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<instru...
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...
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>...
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 comp...
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</use...
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</use...
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 dru...
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<i...
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>\nAction...
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<instr...
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\...
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 monitori...
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>\nRetur...
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: Op...
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', 'o...
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_...
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 ...
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', 'paramete...
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'}},...
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'}}, ...
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 u...
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 ...
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", 'p...
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': 'st...
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 ...
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 docum...
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\...
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 Stat...
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', 'prope...
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 (...
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 (defau...
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':...
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 ...
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 th...
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...
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...