# bfcl / bfcl-live-multiple-90-40-0 - taskset: [bfcl](https://harnessreport.com/tasks/bfcl.md) - difficulty: medium - category: function_calling - language: - runnable from the site: no - agent timeout: 300s ## Results by harness _none yet_ ## Instruction ``` # Task I need to register a new MTNA Rich Data Services server for our system. The server's hostname is 'data.example.com' and the API key is '12345-ABCDE'. Can we also give it a nickname 'FastDataServer'? ## Available Functions Based on the question, you will need to make one or more function/tool calls to achieve the purpose. If none of the functions can be used, do not invoke any function. If the given question lacks the parameters required by the function, do not invoke the function. Here is a list of functions in JSON format that you can invoke. [ { "name": "default_function", "description": "This function provides default behavior when specific functionality has not been implemented.", "parameters": { "type": "dict", "required": [ "action" ], "properties": { "action": { "type": "string", "description": "The action to be executed by the function. Should be a descriptive verb.", "enum": [ "create", "read", "update", "delete" ] }, "verbose": { "type": "boolean", "description": "A flag to indicate whether to run the function in verbose mode, providing detailed logs.", "default": false }, "timeout": { "type": "integer", "description": "Maximum time in seconds the function should wait before timing out.", "default": 60 } } } }, { "name": "add_mtnards_server", "description": "Adds a new MTNA Rich Data Services (RDS) server to the environment configuration, allowing it to be recognized and utilized by the system.", "parameters": { "type": "dict", "required": [ "host", "api_key" ], "properties": { "nickname": { "type": "string", "description": "An informal, easy-to-remember name for the server.", "default": "rds1" }, "host": { "type": "string", "description": "The server's hostname or IP address. Should be in the format 'hostname.com' or '192.168.0.1'." }, "api_key": { "type": "string", "description": "A unique API key for secure access to the server." } } } }, { "name": "add_postgres_server", "description": "Adds a new PostgreSQL server configuration to the environment, allowing for future database operations on this server.", "parameters": { "type": "dict", "required": [ "nickname", "host", "port", "database", "username", "password" ], "properties": { "nickname": { "type": "string", "description": "A unique and recognizable name or alias for the server, used for easy identification." }, "host": { "type": "string", "description": "The hostname or IP address of the PostgreSQL server." }, "port": { "type": "integer", "description": "The network port on which the PostgreSQL server is listening." }, "database": { "type": "string", "description": "The default database name to connect to on the PostgreSQL server." }, "username": { "type": "string", "description": "The username for authentication with the PostgreSQL server." }, "password": { "type": "string", "description": "The password associated with the username for authentication with the PostgreSQL server." } } } }, { "name": "dartfx_help", "description": "Provides guidance and assistance to the user on a particular topic within the DartFX application.", "parameters": { "type": "dict", "required": [ "topic" ], "properties": { "topic": { "type": "string", "description": "The specific topic or feature within DartFX the user needs help with, such as 'chart analysis' or 'trade execution'." }, "verbose": { "type": "boolean", "description": "Whether to provide detailed assistance. If true, the help provided will include comprehensive information and examples.", "default": false }, "language": { "type": "string", "description": "The language in which the help is to be provided.", "enum": [ "English", "Spanish", "French", "German", "Chinese" ], "default": "English" } } } }, { "name": "list_servers", "description": "Retrieve a list of all servers within a specified environment, optionally filtered by server type.", "parameters": { "type": "dict", "properties": { "server_type": { "type": "string", "description": "The category of servers to list. If not specified, all server types are included.", "enum": [ "all", "graphql", "mtna", "openapi", "postgres", "rds", "sql" ], "default": "all" } }, "required": [] } } ] ## Output Analyze the request and determine the appropriate function call(s). Write ONLY a JSON array to `/app/result.json`. Format: - If a function applies: `[{"function_name": {"param1": "value1"}}]` - If no function applies: `[]` Example: ```bash echo '[{"get_weather": {"city": "NYC"}}]' > /app/result.json ``` IMPORTANT: You MUST execute the command to write the file. ``` --- Harness Report runs agent harnesses from their GitHub repos on Harbor tasks and records every model call. Every page is also `.md` and `.json`; index: https://harnessreport.com/llms.txt · MCP: https://harnessreport.com/mcp