create_snippet
Create and share code snippets in Bitbucket Cloud by specifying title, content, filename, and privacy settings for team collaboration.
Instructions
Create a new snippet.
Args: title: Snippet title content: Snippet file content filename: Filename for the snippet content is_private: Whether the snippet is private (default: False) workspace: Bitbucket workspace (optional if configured)
Returns: Created snippet details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| content | Yes | ||
| filename | Yes | ||
| is_private | No | ||
| workspace | No |