Skip to main content
Glama

Teamwork MCP

getCompanies

Retrieve a filtered list of companies using parameters like search terms, tags, custom fields, and pagination. Includes options for full profiles and company stats.

Instructions

Get a list of companies, retrieve all companies for the provided filters. This endpoint allows you to filter companies by various parameters including custom fields, tags, search terms, and more.

Input Schema

NameRequiredDescriptionDefault
fullProfileNoInclude full profile information
getStatsNoInclude stats of company tasks and projects
includeCustomFieldsNoInclude custom fields in the response
orderByNoField to order results by (e.g., name, dateadded, etc.)
orderModeNoSort order (asc or desc)
pageNoPage number for pagination
pageSizeNoNumber of items per page
searchTermNoFilter by company name and description
tagIdsNoFilter by tag IDs

Input Schema (JSON Schema)

{ "properties": { "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" }, "orderBy": { "description": "Field to order results by (e.g., name, dateadded, etc.)", "type": "string" }, "orderMode": { "description": "Sort order (asc or desc)", "enum": [ "asc", "desc" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "integer" }, "pageSize": { "description": "Number of items per page", "type": "integer" }, "searchTerm": { "description": "Filter by company name and description", "type": "string" }, "tagIds": { "description": "Filter by tag IDs", "items": { "type": "string" }, "type": "array" } }, "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