> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/labs-voice-agent/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/labs-voice-agent/_mcp/server.

# nemo_voice_agent.evaluation.tools.restaurant_tools

## Module Contents

### Classes

| Name                                                                             | Description                                                           |
| -------------------------------------------------------------------------------- | --------------------------------------------------------------------- |
| [`GetMenuTool`](#nemo_voice_agent-evaluation-tools-restaurant_tools-GetMenuTool) | Returns the restaurant menu. Menu content is configured per scenario. |

### API

```python
class nemo_voice_agent.evaluation.tools.restaurant_tools.GetMenuTool(
    menu: str = '',
    description: typing.Optional[str] = None
)
```

**Bases:** [StandardSchemaTool](/nemo/labs-voice-agent/nemo-voice-agent/nemo_voice_agent/utils/tool_calling/base#nemo_voice_agent-utils-tool_calling-base-StandardSchemaTool)

Returns the restaurant menu. Menu content is configured per scenario.

**`properties`**

---

**`required_properties`**

---

```python
nemo_voice_agent.evaluation.tools.restaurant_tools.GetMenuTool._execute(
    kwargs: typing.Any = {}
) -> typing.Dict[str, typing.Any]
```

async

Return the scenario-configured menu. Takes no call arguments.