Tool description update #27
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request refines the input schemas for several tools by adding detailed descriptions and validation rules for location-related properties. These changes aim to improve clarity and ensure consistent input formats across tools.
Enhanced property descriptions and validation:
src/tools/category-search-tool/CategorySearchTool.ts
: Expanded the description forlocation
to include examples of good and bad formats. Updatedbbox
property descriptions to require exact property names (minLongitude
,minLatitude
,maxLongitude
,maxLatitude
) and provided examples of correct and incorrect formats.src/tools/forward-geocode-tool/ForwardGeocodeTool.ts
: Added detailed examples for thelocation
property, specifying correct and incorrect formats. Enhancedbbox
descriptions with stricter naming requirements and examples to ensure consistency. [1] [2]src/tools/poi-search-tool/PoiSearchTool.ts
: Improved thelocation
property description with examples of valid and invalid formats. Updatedbbox
descriptions to enforce exact property names and included examples for clarity.## DescriptionTesting
Checklist
Additional Notes