Skip to main content

Module airbyte.mcp.prompts

MCP prompt definitions for the PyAirbyte MCP server.

This module defines prompts that can be invoked by MCP clients to perform common workflows.

Functions

register_prompts(app: FastMCP) ‑> None : Register prompts with the FastMCP app.

Args: app: FastMCP application instance

test_my_tools_prompt(scope: "Annotated[str | None, Field(description='Optional free-form text to focus or constrain testing. This can be a single word, a sentence, or a paragraph describing the desired scope or constraints.')]" = None) ‑> list[dict[str, str]] : Generate a prompt that instructs the agent to test available tools.

Was this page helpful?