Skip to main content
Glama

Server Details

Close CRM to manage your sales pipeline. Learn more at https://close.com or https://mcp.close.com

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

27 tools
activity_searchTry in Inspector

Search for activities. Results are returned ordered by date descending.

Examples:

  • To list activities on a lead, use the lead_ids filter.

  • To list conversations, filter for calls and meetings.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor, give only when more results are requested.
lead_idsNo
user_idsNo
activity_atNo
contact_idsNo
activity_typesNo
lead_smart_view_idsNo
aggregationTry in Inspector

Perform an aggregation to answer questions like:

  • How many emails were sent this week?

  • Calls by user this week (Who made the most?)

You MUST first fetch the list of available leads of fields using the get_fields tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
group_byNoReference or enum fields to group by, max 2
intervalNoInterval to aggregate by when using date fields. Determined automatically by default.
aggregationsNoAggregation specifications to compute
display_modeNoDetermined automatically by default.
time_bucketsNoTime buckets
include_typesYesObject types to include in aggregation
close_product_knowledge_searchTry in Inspector

Search Close product documentation and knowledge base for relevant information.

Use this tool when users ask about:

  • How to use specific Close features

  • Close API documentation and integration

  • Workflow automation and best practices

  • Product capabilities and limitations

  • Setup and configuration guidance

Example queries:

  • "How do I set up automated lead assignment?"

  • "What are Close's API rate limits?"

  • "How to create custom fields in Close?"

  • "Best practices for email templates in Close"

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesNatural language query to search Close product documentation and knowledge
fetchTry in Inspector

Retrieve the contents of an arbitrary object by its ID.

Currently supported are leads and contacts.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes
fetch_contactTry in Inspector

Fetch an existing contact by ID.

Returns the contact's details including name, title, email addresses, phone numbers, and URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the contact to fetch
fetch_email_templateTry in Inspector

Fetch an email template by ID.

Returns the complete email template with all its details.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the email template to fetch
fetch_leadTry in Inspector

Fetch an existing lead (company) by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the lead to fetch
fetch_lead_smart_viewTry in Inspector

Fetch a lead smart view (saved search) by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the lead smart view to fetch
fetch_lead_statusTry in Inspector

Fetch a lead status by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the lead status to fetch
fetch_opportunityTry in Inspector

Fetch a specific opportunity by ID.

Returns the complete opportunity with all its details.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the opportunity to fetch
fetch_opportunity_statusTry in Inspector

Fetch an opportunity status by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the opportunity status to fetch
fetch_pipeline_and_opportunity_statusesTry in Inspector

Fetch an opportunity pipeline, including its opportunity statuses, by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the pipeline to fetch
fetch_sms_templateTry in Inspector

Fetch an SMS template by ID.

Returns the complete SMS template with all its details.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesID of the SMS template to fetch
find_email_templatesTry in Inspector

List or find email templates

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor, give only when more results are requested.
statusNoUse all to return all except archived.all
name_searchNoTemplate name case-insensitive contains search
find_lead_smart_viewsTry in Inspector

List lead smart views (saved searches).

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor, give only when more results are requested.
filterNoFilter to show only pinned smart views (those shown in the sidebar), or all available smart views. When the user asks about smart views you should filter for pinned smart views unless the user is requesting to see all views or searches by name.pinned
name_searchNoSmart view name case-insensitive contains search. When using name search you should filter by all smart views.
find_lead_statusesTry in Inspector

List or find lead statuses for the organization

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

find_opportunitiesTry in Inspector

Find opportunities based on various filters.

You can filter by lead, user, status, dates, and more.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor, give only when more results are requested.
lead_idNo
sort_byNo
close_atNo
user_idsNo
created_atNo
status_idsNo
updated_atNo
status_typeNo
lead_view_idNo
needs_attentionNoFilter by opportunities that may be stalled and need attention. To see why the an opportunity is stalled, direct the user to the opportunities pipeline page.
find_pipelines_and_opportunity_statusesTry in Inspector

List all opportunity pipelines and their opportunity statuses in the organization.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

find_scheduling_linksTry in Inspector

List available scheduling links for the user and org.

User-owned personal links come with a URL. Shared links come with a special template tag. Each can be inserted into generated templates.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor. Give only when more results are desired.
name_searchNoScheduling Link name. Case-insensitive substring search.
find_sms_templatesTry in Inspector

List or find SMS templates

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor, give only when more results are requested.
statusNoUse all to return all except archived.all
name_searchNoTemplate name case-insensitive contains search
find_workflowsTry in Inspector

List or find workflows

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorNoPagination cursor, give only when more results are requested.
statusNoall
name_searchNoWorkflow name case-insensitive contains search
get_fieldsTry in Inspector

Use this field ONLY to get a list of fields for the aggregation tool.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

lead_searchTry in Inspector

Perform a simple lead search and return the initial set of results.

Use this to retrieve all leads, most recent leads, search leads by keyword, or filter by lead status and smart view. For more complex searches use the search tool instead.

Leads will be returned by last updated first.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoSearch lead name or contact name
full_textNoFull text search
smart_view_idNoFilter by smart view
lead_status_idNoFilter by lead status
org_infoTry in Inspector

Return general information about the organization and the user.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

org_usersTry in Inspector

Return active users (memberships) which are part of the current org.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

paginate_searchTry in Inspector

Paginate an existing search (from search or lead_search) to retrieve more results.

Use the search_id from a previous search and a pagination cursor.

ParametersJSON Schema
NameRequiredDescriptionDefault
cursorYesPagination cursor
search_idYes
searchTry in Inspector

Perform a natural language search for leads or contacts.

If a more specific search tool (like lead_search or activity_search) satisfies the request, use that tool instead.

You can reference related objects like activities (such as calls, emails, meetings, notes, custom activities, etc.), opportunities, tasks as long as they are part of a lead query.

Example queries:

  • leads not contacted in the past week

  • leads assigned to me with uncompleted tasks

  • leads with an active opportunity over $500

  • contacts with CTO title

Each returned result will contain a title label, preview text, object ID, and URL.

The initial set of results, total count of all results, and a URL to open the results in Close is returned. To retrieve more results, use the returned cursor and call the paginate_search tool using the cursor and search ID returned in this response.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.