# bfcl / bfcl-live-multiple-69-30-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 Configure a new PostgreSQL server with the nickname 'PrimaryDB', host 'db.example.com', porting with 5432, database called inventory, username 'admin', and a password '1234567890'. ## 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": "add_postgres_server", "description": "Adds a new PostgreSQL server configuration to the environment, allowing for subsequent database operations to be performed against it.", "parameters": { "type": "dict", "required": [ "nickname", "host", "port", "database", "username", "password" ], "properties": { "nickname": { "type": "string", "description": "An identifiable nickname or alias for the PostgreSQL server." }, "host": { "type": "string", "description": "The hostname or IP address of the PostgreSQL server." }, "port": { "type": "integer", "description": "The port number on which the PostgreSQL server is listening." }, "database": { "type": "string", "description": "The name of the default database to connect to." }, "username": { "type": "string", "description": "The username to authenticate with when connecting to the PostgreSQL server." }, "password": { "type": "string", "description": "The password to authenticate with when connecting to the PostgreSQL server. It's recommended to use a strong, unique password." } } } }, { "name": "add_mtnards_server", "description": "Add a new MTNA Rich Data Services (RDS) server to the configuration, allowing interaction with the server using the provided API key.", "parameters": { "type": "dict", "required": [ "api_key" ], "properties": { "nickname": { "type": "string", "description": "The server's name or nickname that will be used for identification within the environment.", "default": "Default_Server_Nickname" }, "host": { "type": "string", "description": "The hostname or IP address of the server. For example, '192.168.1.10' or 'server.example.com'.", "default": "localhost" }, "api_key": { "type": "string", "description": "The API key used for authenticating with the MTNA RDS server. This key should be kept confidential." } } } }, { "name": "dartfx_help", "description": "Provides assistance by returning the documentation links and usage instructions for the DartFX library.", "parameters": { "type": "dict", "properties": { "topic": { "type": "string", "description": "The specific topic or function within DartFX for which help is requested. For example, 'installation', 'configuration', or 'troubleshooting'.", "enum": [ "installation", "configuration", "troubleshooting", "usage", "functions" ], "default": "usage" }, "output_format": { "type": "string", "description": "The format in which the help information should be returned, such as 'text', 'HTML', or 'PDF'.", "enum": [ "text", "HTML", "PDF" ], "default": "text" } }, "required": [] } }, { "name": "list_servers", "description": "Retrieves a list of servers from the specified environment, filtered by the server type if provided.", "parameters": { "type": "dict", "required": [], "properties": { "nickname": { "type": "string", "description": "The nickname represents the type of server to filter the list by. If not specified, all server types will be listed.", "enum": [ "all", "postgres", "openapi", "graphql" ], "default": "all" } } } } ] ## 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