Skip to main content
Glama

Server Details

MCP server that delivers up-to-date Bitrix24 REST API documentation.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
bitrix-article-detailsTry in Inspector

Description: Returns full text for a non-method documentation article. Use after resolving an article via 'bitrix-search'. Parameters:

  • title_or_hint (required): Title or unique hint to locate the article (e.g., first line from search).

  • top_k (optional): How many candidates to aggregate (default: 5). Response format: Returns structured article content with metadata:

  • Title and description

  • Full text content

  • URL and other metadata if available

ParametersJSON Schema
NameRequiredDescriptionDefault
top_kNo
title_or_hintYes
bitrix-event-detailsTry in Inspector

Description: Returns event documentation details similarly to articles. Use after resolving an event via 'bitrix-search'. Parameters:

  • title_or_hint (required): Title or unique hint to locate the event doc.

  • top_k (optional): How many candidates to aggregate (default: 5).

ParametersJSON Schema
NameRequiredDescriptionDefault
top_kNo
title_or_hintYes
bitrix-method-detailsTry in Inspector

Description: Returns details of a Bitrix24 REST method. Use after resolving a method via 'bitrix-search'. Parameters:

  • method (required): exact REST method name (e.g., 'crm.deal.add').

  • field (optional): all|name|description|params|example|errors|returns|url (default: all). Response format:

  • field=name → only the method name.

  • field=description → only the description (no headings).

  • field=params → list of parameters, one per line.

  • field=example → first available example (raw text/code).

  • field=errors → extracted errors table/paragraphs (heuristic).

  • field=returns → extracted returns section (heuristic).

  • field=url → only the URL.

  • field=all → Method/Title/Description/URL/Params/Example in a compact order. Error handling / ambiguity:

  • If the method is not found: 'Method '' not found.'

  • If a field is missing (e.g., no examples), an empty string is returned for that field.

ParametersJSON Schema
NameRequiredDescriptionDefault
fieldNoall
filterNo
methodYes
bitrix-searchTry in Inspector

Description: Searches for Bitrix24 methods and articles based on a natural language query. Returns a list of methods and articles with short descriptions.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
top_kNo
suggestionsNo
max_suggestionsNo

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.