Skip to main content
Glama

Powertools MCP Search Server

MIT License
149
21
  • Apple
  • Linux

search_docs

Search AWS Lambda Powertools documentation across Python, TypeScript, Java, and .NET runtimes to find details on features like Logger, Tracer, Metrics, and Idempotency using text queries.

Instructions

Perform a search of the Powertools for AWS Lambda documentation index to find web page references online. Great for finding more details on Powertools features and functions using text search. Try searching for features like 'Logger', 'Tracer', 'Metrics', 'Idempotency', 'batchProcessor', etc. Powertools is available for the following runtimes: python, typescript, java, dotnet. If a specific version is not mentioned the search service will use the latest documentation.

Input Schema

NameRequiredDescriptionDefault
runtimeYes
searchYes
versionNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "runtime": { "type": "string" }, "search": { "type": "string" }, "version": { "type": "string" } }, "required": [ "search", "runtime" ], "type": "object" }

You must be authenticated.

Other Tools from Powertools MCP Search Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aws-powertools/powertools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server