# bfcl / bfcl-live-simple-218-117-10 - 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 at home alone and it is awfully quiet, so it's the perfect time to sit back and watch a movie. Can you find me a movie with Michaela Watkins starring in it and preferably directed by Paul Downs Colaizzo? ## 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 director, genre, and cast specified by the user.", "parameters": { "type": "dict", "required": [], "properties": { "directed_by": { "type": "string", "description": "Director of the movie. Use 'dontcare' if the director is not a specific search criterion.", "default": "dontcare" }, "genre": { "type": "string", "description": "Genre of the movie. Use 'dontcare' to include all genres or genre is not specified by user", "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": "Names of leading actors or actresses in the movie. Use 'dontcare' if the cast is not a specific search criterion.", "default": "dontcare" } } } } ] ## 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