Property Description
Description
Gets the description of what this tool does.
public string Description { get; }
Property Value
- string
A concise, human-readable summary displayed to the model to guide tool selection.
Remarks
This description directly influences when the model decides to use the tool. Write it as if explaining the tool's purpose to the model.
Description Best Practices:
- Use imperative mood ("Get the weather" not "Gets the weather")
- Keep under 200 characters
- Be specific about what the tool does
- Mention input/output if helpful