Taiga MCP Bridge

by talhaorak
Verified

session_status

Verify the active status and validity of a session within the Taiga MCP Bridge, ensuring secure and authenticated interactions with the project management platform.

Instructions

Checks if the provided session_id is currently active and valid.

Input Schema

NameRequiredDescriptionDefault
session_idYes

Input Schema (JSON Schema)

{ "properties": { "session_id": { "title": "Session Id", "type": "string" } }, "required": [ "session_id" ], "title": "session_statusArguments", "type": "object" }
ID: bd5ajys5zl