Defining Tools
Use the@app.tool() decorator:
Type Annotations
Concierge uses type annotations to generate the tool’s JSON schema. The LLM sees this schema and knows what arguments to provide:name and email as required, age and tags as optional with defaults.