Skip to main content
Glama
toolsRegistry.js2.63 kB
// Import the registration function import { registerTool } from './index.js'; // Import tool classes import { UserCredentialsTool } from './oauth/getUserDetailsTool.js'; import { ObjectListTool } from './objects/listObjectsTool.js'; import { ObjectSearchTool } from './objects/searchObjectsTool.js'; import { BatchCreateAssociationsTool } from './associations/batchCreateAssociationsTool.js'; import { AssociationSchemaDefinitionTool } from './associations/getAssociationDefinitionsTool.js'; import { AssociationsListTool } from './associations/listAssociationsTool.js'; import { BatchCreateObjectsTool } from './objects/batchCreateObjectsTool.js'; import { BatchUpdateObjectsTool } from './objects/batchUpdateObjectsTool.js'; import { BatchReadObjectsTool } from './objects/batchReadObjectsTool.js'; import { PropertiesListTool } from './properties/listPropertiesTool.js'; import { GetPropertyTool } from './properties/getPropertyTool.js'; import { CreatePropertyTool } from './properties/createPropertyTool.js'; import { UpdatePropertyTool } from './properties/updatePropertyTool.js'; import { CreateEngagementTool } from './engagements/createEngagementTool.js'; import { GetEngagementTool } from './engagements/getEngagementTool.js'; import { UpdateEngagementTool } from './engagements/updateEngagementTool.js'; import { FeedbackLinkTool } from './links/feedbackLinkTool.js'; import { GetSchemasTool } from './objects/getSchemaTool.js'; import { GetHubspotLinkTool } from './links/getHubspotLinkTool.js'; import { WorkflowsListTool } from './workflows/listWorkflowsTool.js'; import { GetWorkflowTool } from './workflows/getWorkflowTool.js'; import { RefreshTokenTool } from './oauth/refreshTokenTool.js'; // Register all tools registerTool(new UserCredentialsTool()); registerTool(new ObjectListTool()); registerTool(new ObjectSearchTool()); registerTool(new BatchCreateAssociationsTool()); registerTool(new AssociationSchemaDefinitionTool()); registerTool(new AssociationsListTool()); registerTool(new BatchCreateObjectsTool()); registerTool(new BatchUpdateObjectsTool()); registerTool(new BatchReadObjectsTool()); registerTool(new PropertiesListTool()); registerTool(new GetPropertyTool()); registerTool(new CreatePropertyTool()); registerTool(new UpdatePropertyTool()); registerTool(new CreateEngagementTool()); registerTool(new GetEngagementTool()); registerTool(new UpdateEngagementTool()); registerTool(new FeedbackLinkTool()); registerTool(new GetSchemasTool()); registerTool(new GetHubspotLinkTool()); registerTool(new WorkflowsListTool()); registerTool(new GetWorkflowTool()); registerTool(new RefreshTokenTool());

Implementation Reference

Latest Blog Posts

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/ajaystream/hubspot-mcp-custom'

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