# bfcl / bfcl-live-multiple-355-134-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 Can you help me to search a movie acted by Ronald Young and directed by Herbert Ross and i want the movie with Family Genre. ## 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": "Search for movies based on specific criteria such as director, genre, and cast.", "parameters": { "type": "dict", "properties": { "directed_by": { "type": "string", "description": "The director of the movie. Use 'dontcare' if the director is not a search criterion.", "default": "dontcare" }, "genre": { "type": "string", "description": "The genre of the movie. Use 'dontcare' if the genre is not a search criterion.", "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": "The lead actors in the movie. Use 'dontcare' if the cast is not a search criterion.", "default": "dontcare" } }, "required": [] } }, { "name": "Music_3_PlayMedia", "description": "Plays the selected music track on the specified device.", "parameters": { "type": "dict", "required": [ "track" ], "properties": { "track": { "type": "string", "description": "The title of the song to be played." }, "artist": { "type": "string", "description": "The name of the artist performing the song.", "default": "Any Artist" }, "device": { "type": "string", "description": "The device where the music will be played. Choose from a list of available players.", "enum": [ "Living room", "Kitchen", "Patio" ], "default": "Living room" }, "album": { "type": "string", "description": "The name of the album that the song belongs to.", "default": "Any Album" } } } }, { "name": "Music_3_LookupMusic", "description": "Discover songs that match your music preferences, such as artist, album, genre, and release year.", "parameters": { "type": "dict", "required": [], "properties": { "artist": { "type": "string", "description": "The name of the performer or band. Use 'dontcare' to ignore this filter.", "default": "dontcare" }, "album": { "type": "string", "description": "The name of the album containing the song. Use 'dontcare' to ignore this filter.", "default": "dontcare" }, "genre": { "type": "string", "description": "The musical style or category of the song. Use 'dontcare' for no preference.", "enum": [ "Reggae", "Holiday", "Electropop", "Pop", "Asia", "House", "Electronica", "Funk", "Rock", "Metal", "Dubstep", "Country", "dontcare" ], "default": "dontcare" }, "year": { "type": "string", "description": "The year the song was released. Format: 'YYYY'. Use 'dontcare' to ignore this filter.", "enum": [ "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018", "2019", "dontcare" ], "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