get_workspace
Retrieve workspace details by its unique ID using Freshservice MCP server. Simplify workspace management and access critical information for specific IDs.
Instructions
Get a workspace by its ID in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "get_workspaceArguments",
"type": "object"
}