MCP Inception MCP Server
by tanevanwifferen
Verified
execute_map_reduce_mcp_client
Process multiple items in parallel then sequentially reduce the results to a single output.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
initialValue | No | Initial value for the accumulator (optional). | |
items | Yes | Array of items to process. | |
mapPrompt | Yes | Template prompt for processing each individual item. Use {item} as placeholder for the current item. | |
reducePrompt | Yes | Template prompt for reducing results. Use {accumulator} and {result} as placeholders. |
Input Schema (JSON Schema)
You must be authenticated.