Create Space Property
create_space_propertyCreate a new property on a Confluence space to store custom metadata using a unique key and value (string, number, dict, or list).
Instructions
Create a new content property on a space.
Args:
space_id: The ID of the space.
key: Property key (must be unique within the space).
value: Property value (string, number, dict, or list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| value | Yes | ||
| space_id | Yes |