Submit a feature request
submit_feature_requestUse this when the user wants to send new product feedback to a public VoteShip board without administering the project. Submit a feature request to any public VoteShip board. No API key needed. The post is created as PENDING and requires board owner approval. Include metadata.source to identify your agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Submitter's email (for follow-up notifications) | ||
| title | Yes | Feature request title (max 200 chars) | |
| source | No | Name of the agent or app submitting this request (stored in metadata.source) | |
| description | No | Detailed description of the feature request | |
| project_slug | No | Project slug (e.g. 'my-app'). Optional if VOTESHIP_PROJECT_SLUG env var is set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The VoteShip API result for this operation |