oas2mcp.agent.enhancer.tools ============================ .. py:module:: oas2mcp.agent.enhancer.tools .. autoapi-nested-parse:: Enhancer-supporting tools for the operation enhancement workflow. Functions --------- .. autoapisummary:: oas2mcp.agent.enhancer.tools.get_current_operation_key oas2mcp.agent.enhancer.tools.list_remaining_operation_keys Module Contents --------------- .. py:function:: get_current_operation_key(state: oas2mcp.agent.state.OpenApiEnhancementState) -> str | None Return the current operation key being enhanced. :param state: The current agent state. :returns: The current operation key, if present. .. py:function:: list_remaining_operation_keys(state: oas2mcp.agent.state.OpenApiEnhancementState) -> list[str] List operation keys that still need enhancement. :param state: The current agent state. :returns: A list of remaining operation keys.