get_user
Retrieve the current user's details through the Plane MCP Server to facilitate user-specific interactions and management within Plane's project management system.
Instructions
Get the current user's information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}