get_organization_by_id
Retrieve detailed information about a specific organization using its unique ID with this MCP server tool. Ensure accurate data extraction for organizational insights.
Instructions
Get detailed information about a specific organization by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the organization to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the organization to retrieve",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}