server_name
stringclasses
156 values
category
stringclasses
1 value
tool
stringlengths
176
38.2k
astra-db
other
{'type': 'function', 'name': 'OpenBrowser', 'description': 'Open a web browser to a specific URL', 'parameters': {'type': 'object', 'properties': {'url': {'type': 'string', 'description': 'The URL to open in the browser'}}, 'required': ['url'], 'additionalProperties': False}, 'strict': True}
astra-db
other
{'type': 'function', 'name': 'UpdateCollection', 'description': 'Update an existing collection in the database', 'parameters': {'type': 'object', 'properties': {'collectionName': {'type': 'string', 'description': 'Name of the collection to update'}, 'newName': {'type': 'string', 'description': 'New name for the collect...
astra-db
other
{'type': 'function', 'name': 'UpdateRecord', 'description': 'Update an existing record in a collection', 'parameters': {'type': 'object', 'properties': {'collectionName': {'type': 'string', 'description': 'Name of the collection containing the record'}, 'record': {'type': 'object', 'description': 'The updated record da...
atlan
other
{'type': 'function', 'name': 'create_glossaries', 'description': 'Create one or multiple AtlasGlossary assets in Atlan.\n\nIMPORTANT BUSINESS RULES & CONSTRAINTS:\n- Check for duplicate names within the same request and ask user to choose different names\n- Do NOT use search tool before creating glossaries - Atlan will...
atlan
other
{'type': 'function', 'name': 'create_glossary_categories', 'description': 'Create one or multiple AtlasGlossaryCategory assets in Atlan.\n\nIMPORTANT BUSINESS RULES & CONSTRAINTS:\n- There cannot be two categories with the same name under the same glossary (at the same level)\n- Under a parent category, there cannot be...
atlan
other
{'type': 'function', 'name': 'create_glossary_terms', 'description': 'Create one or multiple AtlasGlossaryTerm assets in Atlan.\n\nIMPORTANT BUSINESS RULES & CONSTRAINTS:\n- Within a glossary, a term (single GUID) can be associated with many categories\n- Two terms with the same name CANNOT exist within the same glossa...
atlan
other
{'type': 'function', 'name': 'get_assets_by_dsl_tool', 'description': 'Execute the search with the given query\ndsl_query : Union[str, Dict[str, Any]] (required):\n The DSL query used to search the index.\n\nExample:\ndsl_query = \'\'\'{\n"query": {\n "function_score": {\n "boost_mode": "sum",\n "fu...
atlan
other
{'type': 'function', 'name': 'search_assets_tool', 'description': 'Advanced asset search using FluentSearch with flexible conditions.\n\nArgs:\n conditions (Dict[str, Any], optional): Dictionary of attribute conditions to match.\n Format: {"attribute_name": value} or {"attribute_name": {"operator": operator, ...
atlan
other
{'type': 'function', 'name': 'traverse_lineage_tool', 'description': 'Traverse asset lineage in specified direction.\n\nBy default, essential attributes are included in results. Additional attributes can be\nspecified via include_attributes parameter for richer lineage information.\n\nArgs:\n guid (str): GUID of the...
atlan
other
{'type': 'function', 'name': 'update_assets_tool', 'description': 'Update one or multiple assets with different values for the same attribute.\n\nArgs:\n assets (Union[Dict[str, Any], List[Dict[str, Any]]]): Asset(s) to update.\n Can be a single UpdatableAsset or a list of UpdatableAsset objects.\n attribu...
atlas-docs
other
{'type': 'function', 'name': 'get_docs_full', 'description': 'Retrieves the complete documentation content in a single consolidated file. Use this when you need comprehensive knowledge or need to analyze the full documentation context. Returns a large volume of text - consider using get_docs_page or search_docs for tar...
atlas-docs
other
{'type': 'function', 'name': 'get_docs_index', 'description': "Retrieves a condensed, LLM-friendly index of the pages in a documentation set. Use this for initial exploration to understand what's covered and identify relevant pages. Returns a markdown page with a list of available pages. Follow up with get_docs_page to...
atlas-docs
other
{'type': 'function', 'name': 'get_docs_page', 'description': "Retrieves a specific documentation page's content using its relative path. Use this to get detailed information about a known topic, after identifying the relevant page through get_docs_index or search_docs. Returns the complete content of a single documenta...
atlas-docs
other
{'type': 'function', 'name': 'list_docs', 'description': 'Lists all available documentation libraries and frameworks. Use this as your first step to discover available documentation sets. Returns name, description and source url for each documentation set. Required before using other documentation tools since you need ...
atlas-docs
other
{'type': 'function', 'name': 'search_docs', 'description': 'Searches a documentation set for specific content. Use this to find pages containing particular keywords, concepts, or topics. Returns matching pages ranked by relevance with their paths and descriptions. Follow up with get_docs_page to get full content.', 'pa...
audiense-insights
other
{'type': 'function', 'name': 'compare-audience-influencers', 'description': 'Compares the influencers of an audience with a baseline audience. The baseline is determined as follows: \n If the selection was the full audience and a single country represents more than 50% of the audience, that country is used as the ba...
audiense-insights
other
{'type': 'function', 'name': 'get-audience-content', 'description': 'Retrieves audience content engagement details for a given audience.\n\nThis tool provides a detailed breakdown of the content an audience interacts with, including:\n- **Liked Content**: Popular posts, top domains, top emojis, top hashtags, top links,...
audiense-insights
other
{'type': 'function', 'name': 'get-audience-insights', 'description': 'Retrieves aggregated insights for a given audience ID, providing statistical distributions across various attributes.\n Available insights include demographics (e.g., gender, age, country), behavioral traits (e.g., active hours, platform usage), p...
audiense-insights
other
{'type': 'function', 'name': 'get-baselines', 'description': 'Retrieves available baselines, optionally filtered by country.', 'parameters': {'type': 'object', 'properties': {'country': {'type': 'string', 'description': 'ISO country code to filter by.'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
audiense-insights
other
{'type': 'function', 'name': 'get-categories', 'description': 'Retrieves the list of available affinity categories that can be used as the categories parameter in the compare-audience-influencers tool.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
audiense-insights
other
{'type': 'function', 'name': 'get-report-info', 'description': 'Retrieves detailed information about a specific intelligence report, including its status, segmentation type, audience size, segments, and access links.', 'parameters': {'type': 'object', 'properties': {'report_id': {'type': 'string', 'description': 'The I...
audiense-insights
other
{'type': 'function', 'name': 'get-reports', 'description': 'Retrieves the list of Audiense insights reports owned by the authenticated user.', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
audiense-insights
other
{'type': 'function', 'name': 'report-summary', 'description': 'Generates a comprehensive summary of an Audiense report, including segment details, top insights, and influencers.', 'parameters': {'type': 'object', 'properties': {'report_id': {'type': 'string', 'description': 'The ID of the intelligence report to summari...
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'CDKGeneralGuidance', 'description': 'Use this tool to get prescriptive CDK advice for building applications on AWS.\n\nArgs:\n ctx: MCP context', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'CheckCDKNagSuppressions', 'description': 'Check if CDK code contains Nag suppressions that require human review.\n\nScans TypeScript/JavaScript code for NagSuppressions usage to ensure security\nsuppressions receive proper human oversight and justification.\n\nArgs:\n ctx: MCP context\n...
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'ExplainCDKNagRule', 'description': "Explain a specific CDK Nag rule with AWS Well-Architected guidance.\n\nCDK Nag is a crucial tool for ensuring your CDK applications follow AWS security best practices.\n\nBasic implementation:\n```typescript\nimport { App } from 'aws-cdk-lib';\nimport { ...
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'GenerateBedrockAgentSchema', 'description': 'Generate OpenAPI schema for Bedrock Agent Action Groups from a file.\n\nThis tool converts a Lambda file with BedrockAgentResolver into a Bedrock-compatible\nOpenAPI schema. It uses a progressive approach to handle common issues:\n1. Direct impo...
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'GetAwsSolutionsConstructPattern', 'description': "Search and discover AWS Solutions Constructs patterns.\n\nAWS Solutions Constructs are vetted architecture patterns that combine multiple\nAWS services to solve common use cases following AWS Well-Architected best practices.\n\nKey benefits...
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'LambdaLayerDocumentationProvider', 'description': 'Provide documentation sources for Lambda layers.\n\nThis tool returns information about where to find documentation for Lambda layers\nand instructs the MCP Client to fetch and process this documentation.\n\nArgs:\n ctx: MCP context\n ...
aws-cdk-mcp-server
other
{'type': 'function', 'name': 'SearchGenAICDKConstructs', 'description': 'Search for GenAI CDK constructs by name or type.\n\nThe search is flexible and will match any of your search terms (OR logic).\nIt handles common variations like singular/plural forms and terms with/without spaces.\nContent is fetched dynamically ...
aws-core-mcp-server
other
{'type': 'function', 'name': 'prompt_understanding', 'description': "MCP-CORE Prompt Understanding.\n\nALWAYS Use this tool first to understand the user's query and translate it into AWS expert advice.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
aws-diagram
other
{'type': 'function', 'name': 'generate_diagram', 'description': 'Generate a diagram from Python code using the diagrams package.\n\nThis tool accepts Python code as a string that uses the diagrams package DSL\nand generates a PNG diagram without displaying it. The code is executed with\nshow=False to prevent automatic ...
aws-diagram
other
{'type': 'function', 'name': 'get_diagram_examples', 'description': "Get example code for different types of diagrams.\n\nThis tool provides ready-to-use example code for various diagram types.\nUse these examples to understand the syntax and capabilities of the diagrams package\nbefore creating your own custom diagram...
aws-diagram
other
{'type': 'function', 'name': 'list_icons', 'description': 'List available icons from the diagrams package, with optional filtering.\n\nThis tool dynamically inspects the diagrams package to find available\nproviders, services, and icons that can be used in diagrams.\n\nUSAGE INSTRUCTIONS:\n1. Call without filters to ge...
aws-documentation
other
{'type': 'function', 'name': 'read_documentation', 'description': "Fetch and convert an AWS documentation page to markdown format.\n\n## Usage\n\nThis tool retrieves the content of an AWS documentation page and converts it to markdown format.\nFor long documents, you can make multiple calls with different start_index v...
aws-documentation
other
{'type': 'function', 'name': 'recommend', 'description': "Get content recommendations for an AWS documentation page.\n\n## Usage\n\nThis tool provides recommendations for related AWS documentation pages based on a given URL.\nUse it to discover additional relevant content that might not appear in search results.\n\n## ...
aws-documentation
other
{'type': 'function', 'name': 'search_documentation', 'description': 'Search AWS documentation using the official AWS Documentation Search API.\n\n## Usage\n\nThis tool searches across all AWS documentation for pages matching your search phrase.\nUse it to find relevant documentation when you don\'t have a specific URL....
aws-kb-retrieval-server
other
{'type': 'function', 'name': 'retrieve_from_aws_kb', 'description': 'Performs retrieval from the AWS Knowledge Base using the provided query and Knowledge Base ID.', 'parameters': {'type': 'object', 'properties': {'knowledgeBaseId': {'type': 'string', 'description': 'The ID of the AWS Knowledge Base'}, 'n': {'type': 'n...
aws-terraform
other
{'type': 'function', 'name': 'ExecuteTerraformCommand', 'description': 'Execute Terraform workflow commands against an AWS account.\n\nThis tool runs Terraform commands (init, plan, validate, apply, destroy) in the\nspecified working directory, with optional variables and region settings.\n\nParameters:\n command: T...
aws-terraform
other
{'type': 'function', 'name': 'ExecuteTerragruntCommand', 'description': "Execute Terragrunt workflow commands against an AWS account.\n\nThis tool runs Terragrunt commands (init, plan, validate, apply, destroy, run-all) in the\nspecified working directory, with optional variables and region settings. Terragrunt extends...
aws-terraform
other
{'type': 'function', 'name': 'RunCheckovScan', 'description': 'Run Checkov security scan on Terraform code.\n\nThis tool runs Checkov to scan Terraform code for security and compliance issues,\nidentifying potential vulnerabilities and misconfigurations according to best practices.\n\nCheckov (https://www.checkov.io/) ...
aws-terraform
other
{'type': 'function', 'name': 'SearchAwsProviderDocs', 'description': "Search AWS provider documentation for resources and attributes.\n\nThis tool searches the Terraform AWS provider documentation for information about\na specific asset in the AWS Provider Documentation, assets can be either resources or data sources. ...
aws-terraform
other
{'type': 'function', 'name': 'SearchAwsccProviderDocs', 'description': "Search AWSCC provider documentation for resources and attributes.\n\nThe AWSCC provider is based on the AWS Cloud Control API\nand provides a more consistent interface to AWS resources compared to the standard AWS provider.\n\nThis tool searches th...
aws-terraform
other
{'type': 'function', 'name': 'SearchSpecificAwsIaModules', 'description': "Search for specific AWS-IA Terraform modules.\n\nThis tool checks for information about four specific AWS-IA modules:\n- aws-ia/bedrock/aws - Amazon Bedrock module for generative AI applications\n- aws-ia/opensearch-serverless/aws - OpenSearch S...
aws-terraform
other
{'type': 'function', 'name': 'SearchUserProvidedModule', 'description': 'Search for a user-provided Terraform registry module and understand its inputs, outputs, and usage.\n\nThis tool takes a Terraform registry module URL and analyzes its input variables,\noutput variables, README, and other details to provide compre...
beagle-security
other
{'type': 'function', 'name': 'beagle_create_application', 'description': 'Create a new application in a project', 'parameters': {'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'Application name'}, 'projectKey': {'type': 'string', 'description': 'Project key'}, 'type': {'type': 'string', 'des...
beagle-security
other
{'type': 'function', 'name': 'beagle_create_project', 'description': 'Create a new project in Beagle Security', 'parameters': {'type': 'object', 'properties': {'description': {'type': 'string', 'description': 'Project description'}, 'name': {'type': 'string', 'description': 'Project name'}, 'teamId': {'type': 'string',...
beagle-security
other
{'type': 'function', 'name': 'beagle_delete_application', 'description': 'Delete an application', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}}, 'required': ['applicationToken'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_delete_project', 'description': 'Delete a project', 'parameters': {'type': 'object', 'properties': {'projectKey': {'type': 'string', 'description': 'Project key to delete'}}, 'required': ['projectKey'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_get_application', 'description': 'Get application details by token', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}}, 'required': ['applicationToken'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_get_domain_signature', 'description': 'Get domain verification signature', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}}, 'required': ['applicationToken'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_get_test_result', 'description': 'Get detailed test results in JSON format', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}, 'resultToken': {'type': 'string', 'description': 'Result token from test start'}},...
beagle-security
other
{'type': 'function', 'name': 'beagle_get_test_status', 'description': 'Get the status of a running test', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}, 'resultToken': {'type': 'string', 'description': 'Result token from test start'}}, 'requir...
beagle-security
other
{'type': 'function', 'name': 'beagle_list_applications', 'description': 'List all applications under a project', 'parameters': {'type': 'object', 'properties': {'projectKey': {'type': 'string', 'description': 'Project key'}}, 'required': ['projectKey'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_list_projects', 'description': 'List all projects and applications', 'parameters': {'type': 'object', 'properties': {'includeTeam': {'type': 'boolean', 'description': 'Include team projects'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_list_running_tests', 'description': 'List all running tests for user or team', 'parameters': {'type': 'object', 'properties': {'teamId': {'type': 'string', 'description': 'Team ID (optional, for team tests)'}}, 'required': [], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_list_test_sessions', 'description': 'List all test sessions for an application', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}, 'count': {'type': 'number', 'description': 'Number of sessions to retrieve'}},...
beagle-security
other
{'type': 'function', 'name': 'beagle_modify_application', 'description': 'Modify an existing application', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}, 'name': {'type': 'string', 'description': 'Application name'}, 'url': {'type': 'string', ...
beagle-security
other
{'type': 'function', 'name': 'beagle_modify_project', 'description': 'Modify an existing project', 'parameters': {'type': 'object', 'properties': {'description': {'type': 'string', 'description': 'Project description'}, 'name': {'type': 'string', 'description': 'Project name'}, 'projectKey': {'type': 'string', 'descrip...
beagle-security
other
{'type': 'function', 'name': 'beagle_start_test', 'description': 'Start an automated penetration test', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}}, 'required': ['applicationToken'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_stop_test', 'description': 'Stop a running test', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}}, 'required': ['applicationToken'], 'additionalProperties': False}, 'strict': True}
beagle-security
other
{'type': 'function', 'name': 'beagle_verify_domain', 'description': 'Complete domain verification', 'parameters': {'type': 'object', 'properties': {'applicationToken': {'type': 'string', 'description': 'Application token'}, 'pluginType': {'type': 'string', 'description': 'Plugin type (optional)', 'enum': ['WORDPRESS']}...
bitrefill
other
{'type': 'function', 'name': 'categories', 'description': "Get the full product type/categories map. It's suggested to use this tool to get the categories and then use the `search` tool to search for products in a specific category.", 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalPropert...
bitrefill
other
{'type': 'function', 'name': 'detail', 'description': 'Get detailed information about a product', 'parameters': {'type': 'object', 'properties': {'id': {'type': 'string', 'description': 'Unique identifier of the product'}}, 'required': ['id'], 'additionalProperties': False}, 'strict': True}
bitrefill
other
{'type': 'function', 'name': 'ping', 'description': 'Check if the Bitrefill API is available', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
bitrefill
other
{'type': 'function', 'name': 'search', 'description': "Search for gift cards, esims, mobile topups and more. It's suggested to use the `categories` tool before searching for products, to have a better understanding of what's available.", 'parameters': {'type': 'object', 'properties': {'beta_flags': {'type': 'string', '...
box
other
{'type': 'function', 'name': 'box_ai_ask_file_multi_tool', 'description': 'Ask Box AI about multiple files.\nThis tool allows users to query Box AI with a specific prompt, leveraging the content\nof multiple files stored in Box. The AI processes the files and generates a response\nbased on the provided prompt.\nArgs:\n...
box
other
{'type': 'function', 'name': 'box_ai_ask_file_single_tool', 'description': 'Ask Box AI about a single file.\nThis tool allows users to query Box AI with a specific prompt, leveraging the content\nof a single file stored in Box. The AI processes the file and generates a response\nbased on the provided prompt.\nArgs:\n ...
box
other
{'type': 'function', 'name': 'box_ai_ask_hub_tool', 'description': 'Ask Box AI about a specific hub.\nThis tool allows users to query Box AI with a specific prompt, leveraging the content\nof a hub in Box. The AI processes the hub and generates a response based on the provided prompt.\nArgs:\n ctx (Context): The con...
box
other
{'type': 'function', 'name': 'box_ai_extract_freeform_tool', 'description': 'Extract data from files in Box using AI with a freeform prompt.\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n file_ids (List[str]): The IDs of the files to read.\n prompt (str): The freeform...
box
other
{'type': 'function', 'name': 'box_ai_extract_structured_enhanced_using_fields_tool', 'description': 'Extract structured data from files in Box using AI with specified fields and enhanced processing.\nThis tool allows users to extract structured data from files by specifying the fields\nthey are interested in, with enha...
box
other
{'type': 'function', 'name': 'box_ai_extract_structured_enhanced_using_template_tool', 'description': 'Extract structured data from files in Box using AI with a specified template and enhanced processing.\nThis tool allows users to extract structured data from files by using a predefined template,\nwith enhanced proces...
box
other
{'type': 'function', 'name': 'box_ai_extract_structured_using_fields_tool', 'description': 'Extract structured data from files in Box using AI with specified fields.\nThis tool allows users to extract structured data from files by specifying the fields\nthey are interested in. The AI processes the files and extracts th...
box
other
{'type': 'function', 'name': 'box_ai_extract_structured_using_template_tool', 'description': 'Extract structured data from files in Box using AI with a specified template.\nThis tool allows users to extract structured data from files by using a predefined template.\nThe AI processes the files and extracts the relevant ...
box
other
{'type': 'function', 'name': 'box_authorize_app_tool', 'description': 'Authorize the Box application.\nStart the Box app authorization process\n\nreturn:\n str: Message', 'parameters': {'type': 'object', 'properties': {}, 'required': [], 'additionalProperties': False}, 'strict': True}
box
other
{'type': 'function', 'name': 'box_docgen_create_batch_tool', 'description': 'Create a new Box Doc Gen batch to generate documents from a template.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n docgen_template_id (str): ID of the Doc Gen template.\n destination_folder_id (str): ID of the folder to ...
box
other
{'type': 'function', 'name': 'box_docgen_create_single_file_from_user_input_tool', 'description': 'Create a single document from a Doc Gen template using user input.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n docgen_template_id (str): ID of the Doc Gen template.\n destination_folder_id (str): I...
box
other
{'type': 'function', 'name': 'box_docgen_get_job_by_id_tool', 'description': 'Retrieve a Box Doc Gen job by its ID.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n job_id (str): ID of the Doc Gen job.\n\nReturns:\n dict[str, Any]: Details of the specified Doc Gen job.', 'parameters': {'type': 'objec...
box
other
{'type': 'function', 'name': 'box_docgen_list_jobs_by_batch_tool', 'description': 'List Doc Gen jobs in a specific batch.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n batch_id (str): ID of the Doc Gen batch.\n marker (str, optional): Pagination marker.\n limit (int, optional): Maximum number o...
box
other
{'type': 'function', 'name': 'box_docgen_list_jobs_tool', 'description': 'List all Box Doc Gen jobs for the current user.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n marker (str, optional): Pagination marker.\n limit (int, optional): Maximum number of items to return.\n\nReturns:\n list[dict[...
box
other
{'type': 'function', 'name': 'box_docgen_template_create_tool', 'description': 'Mark a file as a Box Doc Gen template.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n file_id (str): ID of the file to mark as template.\n\nReturns:\n dict[str, Any]: Metadata of the created template.', 'parameters': {'...
box
other
{'type': 'function', 'name': 'box_docgen_template_get_by_id_tool', 'description': 'Retrieve details of a specific Box Doc Gen template.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n template_id (str): ID of the template.\n\nReturns:\n dict[str, Any]: Metadata of the template or an error message.',...
box
other
{'type': 'function', 'name': 'box_docgen_template_get_by_name_tool', 'description': 'Retrieve details of a specific Box Doc Gen template by name.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n template_name (str): Name of the template.\n\nReturns:\n dict[str, Any]: Metadata of the template or an er...
box
other
{'type': 'function', 'name': 'box_docgen_template_list_jobs_tool', 'description': 'List Doc Gen jobs that used a specific template.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n template_id (str): ID of the template.\n marker (str, optional): Pagination marker.\n limit (int, optional): Max item...
box
other
{'type': 'function', 'name': 'box_docgen_template_list_tags_tool', 'description': 'List all tags for a Box Doc Gen template.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n template_id (str): ID of the template.\n template_version_id (str, optional): Specific version ID.\n marker (str, optional):...
box
other
{'type': 'function', 'name': 'box_docgen_template_list_tool', 'description': 'List all Box Doc Gen templates accessible to the user.\n\nArgs:\n client (BoxClient): Authenticated Box client.\n marker (str, optional): Pagination marker.\n limit (int, optional): Max items per page.\n\nReturns:\n dict[str, Any]...
box
other
{'type': 'function', 'name': 'box_download_file_tool', 'description': 'Download a file from Box and return its content as a string.\nSupports text files (returns content directly) and images (returns base64-encoded).\nOther file types will return an error message.\nOptionally saves the file locally.\n\nArgs:\n file_...
box
other
{'type': 'function', 'name': 'box_list_folder_content_by_folder_id', 'description': 'List the content of a folder in Box by its ID.\n\nArgs:\n folder_id (str): The ID of the folder to list the content of.\n is_recursive (bool): Whether to list the content recursively.\n\nreturn:\n dict: The content of the fold...
box
other
{'type': 'function', 'name': 'box_manage_folder_tool', 'description': 'Manage Box folders - create, delete, or update.\n\nArgs:\n action (str): The action to perform: "create", "delete", or "update"\n folder_id (str | None): The ID of the folder (required for delete and update)\n name (str | None): The name fo...
box
other
{'type': 'function', 'name': 'box_metadata_delete_instance_on_file_tool', 'description': 'Delete a metadata instance on a file.\n\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n file_id (str): The ID of the file to delete the metadata from.\n template_key (str): The ke...
box
other
{'type': 'function', 'name': 'box_metadata_get_instance_on_file_tool', 'description': 'Get a metadata instance on a file.\n\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n file_id (str): The ID of the file to get the metadata from.\n template_key (str): The key of the ...
box
other
{'type': 'function', 'name': 'box_metadata_set_instance_on_file_tool', 'description': "Set a metadata instance on a file.\n\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n template_key (str): The key of the metadata template.\n file_id (str): The ID of the file to set ...
box
other
{'type': 'function', 'name': 'box_metadata_template_create_tool', 'description': 'Create a metadata template.\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n display_name (str): The display name of the metadata template.\n fields (List[Dict[str, Any]]): A list of field...
box
other
{'type': 'function', 'name': 'box_metadata_template_get_by_name_tool', 'description': 'Retrieve a metadata template by its name.\n\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n template_name (str): The name of the metadata template to retrieve.\n\nReturns:\n dict: Th...
box
other
{'type': 'function', 'name': 'box_metadata_update_instance_on_file_tool', 'description': 'Update a metadata instance on a file.\n\nArgs:\n ctx (Context): The context object containing the request and lifespan context.\n file_id (str): The ID of the file to update the metadata on.\n template_key (str): The key ...
box
other
{'type': 'function', 'name': 'box_read_tool', 'description': 'Read the text content of a file in Box.\n\nArgs:\n file_id (str): The ID of the file to read.\nreturn:\n str: The text content of the file.', 'parameters': {'type': 'object', 'properties': {'file_id': {'type': 'string', 'title': 'File Id'}}, 'required'...
box
other
{'type': 'function', 'name': 'box_search_folder_by_name_tool', 'description': 'Locate a folder in Box by its name.\n\nArgs:\n folder_name (str): The name of the folder to locate.\nreturn:\n List[dict]: The folder ID.', 'parameters': {'type': 'object', 'properties': {'folder_name': {'type': 'string', 'title': 'Fol...
box
other
{'type': 'function', 'name': 'box_search_tool', 'description': 'Search for files in Box with the given query.\n\nArgs:\n query (str): The query to search for.\n file_extensions (List[str]): The file extensions to search for, for example *.pdf\n content_types (List[SearchForContentContentTypes]): where to look ...
box
other
{'type': 'function', 'name': 'box_upload_file_from_content_tool', 'description': 'Upload content as a file to Box using the toolkit.\n\nArgs:\n content (str | bytes): The content to upload. Can be text or binary data.\n file_name (str): The name to give the file in Box.\n folder_id (str): The ID of the destina...
box
other
{'type': 'function', 'name': 'box_upload_file_from_path_tool', 'description': 'Upload a file to Box from a filesystem path.\n\nArgs:\n file_path (str): Path on the *server* filesystem to the file to upload.\n folder_id (str): The ID of the destination folder. Defaults to root ("0").\n new_file_name (str): Opti...