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

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 5 of 5 tools scored. Lowest: 3.4/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: bitrix-search is for general searching, while the other four tools each fetch details for a specific documentation type (app development, articles, events, methods). The descriptions explicitly differentiate them by doc_type and output format, leaving no ambiguity about which tool to use for a given task.

Naming Consistency5/5

All tool names follow a consistent pattern: 'bitrix-' prefix, followed by a descriptive noun or noun phrase (e.g., 'search', 'method-details'), and ending with '-details' for the four detail-fetching tools. This verb_noun-like structure is uniform throughout the set, making it predictable and easy to understand.

Tool Count5/5

With 5 tools, the set is well-scoped for a documentation server focused on Bitrix24. It includes a search tool and four detail tools covering key documentation types, which is efficient and avoids bloat. Each tool serves a clear, necessary function without redundancy.

Completeness5/5

The tool surface is complete for the domain of fetching Bitrix24 documentation. It covers the full workflow: searching across all doc types with bitrix-search, then retrieving detailed information for each specific type (app development, articles, events, methods). There are no obvious gaps, as agents can seamlessly move from search to details without dead ends.

Available Tools

5 tools
bitrix-app-development-doc-detailsAInspect

Fetch Bitrix24 app development documentation by exact title (use bitrix-search with doc_type app_development_docs). Returns plain text labeled fields (Title, URL, Module, Category, Description, Content) without Markdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
title_or_hintYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the transparency burden. It adds useful details about return format (plain text labeled fields, no Markdown), but omits error handling, authentication requirements, and behavior when an exact title is not found.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loads the core action and return format, and contains no redundant filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a single parameter and an output schema, the description covers the main workflow: search first, then fetch by exact title, and expect plain text labeled fields. It lacks edge-case behavior details but is reasonably complete for a simple fetch tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and the only parameter is `title_or_hint`. The description clarifies it should be an exact title and tells the agent to find it via `bitrix-search`, but does not explain what a 'hint' is or how it differs from an exact title.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly specifies the action ('Fetch Bitrix24 app development documentation'), the target resource, and the matching mode ('by exact title'). It also differentiates from sibling detail tools by naming the doc type and the prerequisite search tool.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly instructs to use `bitrix-search` with `doc_type app_development_docs` first, establishing clear usage context. It does not explicitly exclude sibling detail tools, but the scope 'app development docs' distinguishes it adequately.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bitrix-article-detailsAInspect

Fetch a non-method Bitrix24 documentation article by exact title (use bitrix-search with doc_type other). Returns Markdown with title, metadata (URL/module/category), description, and content.

ParametersJSON Schema
NameRequiredDescriptionDefault
title_or_hintYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses the read-only nature ('Fetch') and return format (Markdown with title, metadata, description, content). However, it does not mention error handling, exact-match failure behavior, authentication requirements, or any other behavioral traits beyond the basic fetch. Some transparency is provided, but gaps remain.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the purpose and immediately providing return format and a usage hint. Every sentence adds value, with no waste or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (one parameter, no nesting) and has an output schema, so the description doesn't need to explain return structure in detail. It covers the core use case and provides a pointer to the search tool for finding titles. Minor omissions include behavior on not-found and clarification of the 'or_hint' parameter, but overall it is adequate for the tool's simplicity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has zero description coverage for the parameter, but the description clarifies that the parameter is the 'exact title' and suggests using bitrix-search to find it. This adds meaning beyond the raw schema. However, the parameter name 'title_or_hint' is not explained, leaving ambiguity about whether a hint is acceptable versus an exact title.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Fetch a non-method Bitrix24 documentation article by exact title'. It identifies the resource (non-method articles) and distinguishes from sibling tools like bitrix-method-details and bitrix-event-details by explicitly marking them as not applicable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context: use this for non-method articles, and it references `bitrix-search` with doc_type other to find the exact title. However, it does not explicitly state when not to use this tool (e.g., for methods/events) or name alternatives beyond the search tool. The context is present but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bitrix-event-detailsAInspect

Fetch Bitrix24 event documentation by exact event name (use bitrix-search with doc_type event). Returns Markdown with title, metadata (URL/module/category), description, and content.

ParametersJSON Schema
NameRequiredDescriptionDefault
title_or_hintYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It describes the return format (Markdown with title, metadata, description, content) but does not disclose edge cases like behavior when event is not found, case sensitivity, or read-only nature. Lacks error handling details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no filler. The description is front-loaded with the action and resource, includes a usage hint, and specifies the return format. Every element earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter read tool with an output schema, the description covers purpose, parameter semantics, usage, and return format. It omits potential error behavior and prerequisites, but these are not critical for basic invocation. Overall sufficient for an agent to use correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has one parameter 'title_or_hint' with 0% coverage. The description implies it should be the exact event name, providing some meaning beyond the schema. However, the parameter name is ambiguous ('title_or_hint') and not explicitly mapped to the event name, leaving room for confusion.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool fetches Bitrix24 event documentation by exact event name, using a specific verb ('Fetch') and resource. It distinguishes itself from sibling detail tools by focusing on events and referencing bitrix-search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides implied usage guidance by instructing to use `bitrix-search` with doc_type event, which suggests a search-then-details workflow. It does not explicitly list exclusions (e.g., for methods or articles), but the event-specific scope is evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bitrix-method-detailsAInspect

Get details for a Bitrix24 REST method by exact name (use bitrix-search first). Returns plain text with labeled sections including parameters, returns, errors, and examples. Optional field limits output; filter narrows params by entity or examples by language.

ParametersJSON Schema
NameRequiredDescriptionDefault
fieldNoall
filterNo
methodYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of explaining behavior. It discloses that the return format is 'plain text with labeled sections including parameters, returns, errors, and examples', and explains how the optional parameters modify output. This goes beyond a simple verb and adds useful behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long and packed with essential information. It front-loads the purpose, then efficiently covers output and parameter options. Every clause contributes value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and an output schema, the description covers the core aspects: what it does, how to invoke it, what it returns, and how parameters affect results. It could mention error handling or the specific sections available for 'field', but the 'use search first' hint mitigates the need for error details, making it sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% property description coverage, but the description compensates by explaining each parameter: 'method' requires exact name, 'field' limits output, and 'filter' narrows params/examples. This adds meaning beyond the schema's bare type definitions, though it stops short of enumerating valid values or formats.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Get details for a Bitrix24 REST method by exact name'—a specific verb and resource. It also mentions the prerequisite workflow 'use bitrix-search first', which helps differentiate it from the sibling search tool and other detail tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly directs users to use 'bitrix-search first' to find the exact method name, implying this tool is for post-search lookups. While it doesn't contrast with other detail tools, it establishes a clear usage context and prerequisite, which is sufficient guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    MCP server for interacting with Bitrix24 REST API, enabling CRUD operations on deals, contacts, companies, users, leads, and tasks, plus analytics and risk assessment.
    2
  • A
    license
    B
    quality
    A
    maintenance
    Universal MCP server for the Bitrix24 REST API, enabling full read and write access to CRM, tasks, calendar, disk, and more. Supports any MCP client with stdio or Streamable HTTP transport.
    88
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    MCP server for Bitrix integration, enabling OAuth 2.1 authorization and tool calls to retrieve Bitrix usernames.
  • A
    license
    B
    quality
    C
    maintenance
    A local MCP server for Bitrix24 that provides read-only access to portal data including calendar, tasks, chats, projects, call analytics, and people information.
    13
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources