# bfcl / bfcl-live-multiple-285-129-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'm looking for a psychiatrist in Pittsburgh who accepts insurance. ## 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": "Movies_3_FindMovies", "description": "Retrieves a list of movies based on the specified director, genre, and cast. The default behavior without parameters is to find a wide range of movies without specific preferences.", "parameters": { "type": "dict", "properties": { "directed_by": { "type": "string", "description": "The name of the movie's director. Use 'dontcare' to ignore this filter.", "default": "dontcare" }, "genre": { "type": "string", "description": "The genre category of the movie. Use 'dontcare' for no specific genre preference.", "enum": [ "Offbeat", "Fantasy", "World", "Mystery", "Thriller", "Comedy", "Comedy-drama", "Horror", "Animation", "Sci-fi", "Cult", "Drama", "Anime", "Family", "Action", "dontcare" ], "default": "dontcare" }, "cast": { "type": "string", "description": "A comma-separated list of actors in the movie. Use 'dontcare' to ignore this filter.", "default": "dontcare" } }, "required": [] } }, { "name": "Services_4_BookAppointment", "description": "Books an appointment with a selected therapist for a specified date and time.", "parameters": { "type": "dict", "required": [ "therapist_name", "appointment_time", "appointment_date" ], "properties": { "therapist_name": { "type": "string", "description": "The full name of the therapist with whom the appointment is to be booked." }, "appointment_time": { "type": "string", "description": "The desired time for the appointment, in 24-hour format (e.g., '14:00' for 2 PM)." }, "appointment_date": { "type": "string", "description": "The desired date for the appointment, in the format of 'YYYY-MM-DD' (e.g., '2023-04-15')." } } } }, { "name": "Services_4_FindProvider", "description": "Discover a therapist based on the user's specific needs and location.", "parameters": { "type": "dict", "required": [ "city", "type" ], "properties": { "city": { "type": "string", "description": "The city where the user is looking for a therapist, in the format of 'City, State', such as 'Berkeley, CA' or 'New York, NY'. State has to be abbrieviated." }, "type": { "type": "string", "description": "The specialization of the therapist the user is seeking.", "enum": [ "Psychologist", "Family Counselor", "Psychiatrist" ] }, "insurance_accepted": { "type": "boolean", "description": "Indicates whether the therapist should accept insurance, true for yes and false for no.", "default": true } } } } ] ## 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