Skip to main content
Glama
AkM-2018
by AkM-2018

LambdaLayerDocumentationProvider

Find documentation sources for Lambda layers in AWS CDK projects, helping developers access and process layer-specific guidance for generic or Python implementations.

Instructions

Provide documentation sources for Lambda layers.

This tool returns information about where to find documentation for Lambda layers
and instructs the MCP Client to fetch and process this documentation.

Args:
    ctx: MCP context
    layer_type: Type of layer ("generic" or "python")

Returns:
    Dictionary with documentation source information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layer_typeYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions the tool returns documentation source information and instructs the MCP Client to fetch/process documentation, but doesn't describe what the MCP Client actually does with this information, whether there are rate limits, authentication requirements, or what format the returned information takes. The description is insufficient for a tool that appears to trigger external fetching/processing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately concise with clear sections: purpose statement, action description, args, and returns. Each sentence serves a purpose, though the 'ctx: MCP context' parameter documentation in the Args section is redundant since it's not in the actual input schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no annotations, no output schema, and that appears to trigger external fetching/processing, the description is incomplete. It doesn't explain what the MCP Client does with the documentation source information, what format the returned dictionary takes, or what happens after the client fetches/processes documentation. The behavioral implications are underspecified.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful context for the single parameter 'layer_type' by specifying it accepts 'generic' or 'python' values. With 0% schema description coverage and only 1 parameter, this provides essential semantic information beyond the bare schema. However, it doesn't explain what distinguishes 'generic' from 'python' layers in terms of documentation sources.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Provide documentation sources for Lambda layers' and 'returns information about where to find documentation for Lambda layers'. It specifies the resource (Lambda layers) and action (provide documentation sources). However, it doesn't explicitly differentiate from sibling tools, which appear to be CDK-related rather than Lambda layer documentation tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It mentions the tool 'instructs the MCP Client to fetch and process this documentation' but doesn't specify when this is appropriate or what alternatives exist. There's no mention of prerequisites, constraints, or comparison with sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/AkM-2018/tmp_cdk_mcp_server'

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