https://github.com/sammcj/mcp-package-version

MIT License
311
75
  • Apple
  • Linux

check_bedrock_models

Search, list, and retrieve details of Amazon Bedrock models by ID, provider, or region. Simplify model discovery and management for AWS machine learning workflows.

Instructions

Search, list, and get information about Amazon Bedrock models

Input Schema

NameRequiredDescriptionDefault
actionNoAction to perform: list all models, search for models, or get a specific modellist
modelIdNoModel ID to retrieve (used with action: "get")
providerNoFilter by provider name (used with action: "search")
queryNoSearch query for model name or ID (used with action: "search")
regionNoFilter by AWS region (used with action: "search")

Input Schema (JSON Schema)

{ "properties": { "action": { "default": "list", "description": "Action to perform: list all models, search for models, or get a specific model", "enum": [ "list", "search", "get" ], "type": "string" }, "modelId": { "description": "Model ID to retrieve (used with action: \"get\")", "type": "string" }, "provider": { "description": "Filter by provider name (used with action: \"search\")", "type": "string" }, "query": { "description": "Search query for model name or ID (used with action: \"search\")", "type": "string" }, "region": { "description": "Filter by AWS region (used with action: \"search\")", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from https://github.com/sammcj/mcp-package-version

Related Tools

ID: zkts2w92ba