Default value for `limit` changed from 5 to 4 in description
The description of the limit field was updated to reflect a new default value of 4 (previously documented as 5). This is a documentation change, but if clients rely on the stated default to predict result counts without explicitly setting limit, they may see one fewer result than expected.
Alert history
- Informational
Default value for `limit` changed from 5 to 4 in description
The description of the
limitfield was updated to reflect a new default value of4(previously documented as5). This is a documentation change, but if clients rely on the stated default to predict result counts without explicitly settinglimit, they may see one fewer result than expected. - Informational
aws___list_regions description added
The
aws___list_regionstool description was updated from an empty string to "Retrieve a list of all AWS regions." This is a documentation improvement that clarifies the tool's purpose without changing any functional behavior. - Informational
Simplify tool descriptions and parameter docs
Tool descriptions and parameter documentation for
aws___get_regional_availabilityandsearch_documentationwere significantly condensed and refactored to be more concise. The changes clarify usage guidance and parameter behavior but do not alter the underlying API contract, request/response structure, or functional behavior. Parameterresource_typeis now explicitly documented as required foraws___get_regional_availability. - Breaking
Remove aws___recommend tool from AWS Knowledge MCP
The
aws___recommendtool has been entirely removed from the AWS Knowledge MCP API. Any integration or agent workflow that callsaws___recommendto fetch related documentation page recommendations (Highly Rated, New, Similar, Journey categories) will now fail — the tool no longer exists in the spec. - Additive
Add openWorldHint and destructiveHint annotations to tools
Three MCP tools (
aws___get_regional_availability,aws___list_regions,aws___read_documentation) now include two new annotation fields:openWorldHint: falseanddestructiveHint: false. These additions clarify tool behavior characteristics and are backward-compatible. - Informational
Documentation updates to tool descriptions
Updated descriptions for
aws___get_regional_availabilityandaws___list_regionstools with expanded guidance on when NOT to use each tool and clarified best practices. These are documentation-only changes that improve tool discoverability and reduce misuse, but do not alter API behavior or parameters.