propose_endpoint_bundles
Generates three prioritized endpoint bundles (Green/Yellow/Red) from API specifications to help developers select optimal endpoints for MCP server workflows.
Instructions
Step 3 of 6. Propose three endpoint bundles (Green / Yellow / Red) based on the API and optional user context.
Requires step 2 (prompt_mcp_developer_context). Uses stored spec and inferred_segment from prior steps if not provided. Otherwise provide spec or openapi_input; optional agent_creator_role, agent_task_workflow, inferred_segment.
Returns: bundles (green, yellow, red) with endpoint_count and endpoints_sample; dependency_endpoints; total_operations. Completes workflow step 3. Next: run select_endpoint_bundle(choice) (step 4).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis | No | ||
| openapi_input | No | ||
| input_type | No | ||
| spec | No | ||
| agent_creator_role | No | ||
| agent_task_workflow | No | ||
| inferred_segment | No |