list_prompts
Retrieve prompts from LangSmith with options to filter by visibility and limit results for prompt management.
Instructions
Fetch prompts from LangSmith with optional filtering.
Args: is_public (str): Filter by prompt visibility - "true" for public prompts, "false" for private prompts (default: "false") limit (int): Maximum number of prompts to return (default: 20)
Returns: Dict[str, Any]: Dictionary containing the prompts and metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_public | No | false | |
| limit | No |