Skip to main content
Glama

Teamwork MCP

getCompanyById

Retrieve detailed company information by ID from Teamwork MCP. Includes options for custom fields, full profiles, and task/project stats to enhance data analysis.

Instructions

Get a specific company by ID. Retrieves detailed information about a company identified by its ID.

Input Schema

NameRequiredDescriptionDefault
companyIdYesThe ID of the company to retrieve
fullProfileNoInclude full profile information
getStatsNoInclude stats of company tasks and projects
includeCustomFieldsNoInclude custom fields in the response

Input Schema (JSON Schema)

{ "properties": { "companyId": { "description": "The ID of the company to retrieve", "type": "integer" }, "fullProfile": { "description": "Include full profile information", "type": "boolean" }, "getStats": { "description": "Include stats of company tasks and projects", "type": "boolean" }, "includeCustomFields": { "description": "Include custom fields in the response", "type": "boolean" } }, "required": [ "companyId" ], "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/Vizioz/Teamwork-MCP'

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