Skip to main content
Glama

list-issue-property-options

Retrieve available dropdown options for issue properties in Plane projects to populate form fields and maintain data consistency.

Instructions

List all options for a dropdown/select issue property

Input Schema

NameRequiredDescriptionDefault
project_idYesID of the project
property_idYesID of the property to get options for

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "ID of the project", "type": "string" }, "property_id": { "description": "ID of the property to get options for", "type": "string" } }, "required": [ "project_id", "property_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disrex-group/plane-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server