https://github.com/sammcj/mcp-package-version
by sammcj
check_bedrock_models
Search, list, and get information about Amazon Bedrock models
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | Action to perform: list all models, search for models, or get a specific model | list |
modelId | No | Model ID to retrieve (used with action: "get") | |
provider | No | Filter by provider name (used with action: "search") | |
query | No | Search query for model name or ID (used with action: "search") | |
region | No | Filter by AWS region (used with action: "search") |