Skip to main content
Glama
kostikpenzin

mcp-iva-mcu

by kostikpenzin

iva_interlocutors

Find IVA interlocutors by contact, LDAP user, or profile ID, search by flexible criteria, list available types, and subscribe to presence changes.

Instructions

IVA interlocutors: find by contact/ldap/profile/profileIds, find interlocutors, get available types, subscribe to presence. Clients API v2.28.12.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOperation to perform: - "find_by_contact": Find an interlocutor (contact) by contact ID. Найти собеседника по ID контакта. - "find_by_ldap_user": Find an interlocutor by LDAP user ID (corporate directory lookup). - "find_by_profile": Find an interlocutor by IVA profile ID. - "find_by_profile_ids": Find multiple interlocutors by a list of profile IDs (batch lookup). - "find": Search for interlocutors using flexible criteria (name, department, etc.). Найти собеседников по критериям поиска. - "get_types": Get the list of available interlocutor types (user/group/room/etc.). - "subscribe_presence": Subscribe to presence/status changes for one or more profiles. Подписаться на присутствие.
userIdNoLDAP user ID
confirmNoSet to true to confirm destructive actions (delete, remove, stop, etc.) when IVA_CONFIRM_DESTRUCTIVE is enabled.
contactIdNoContact UUID
profileIdNoProfile (user) UUID
profileIdsNoArray of profile UUIDs
findCriteriaNoFind criteria for interlocutor search

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.8

TDQS

C2.9/5.0
Behavior2/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 of behavioral disclosure. It lists operations but does not explain side effects, whether presence subscriptions persist, how to unsubscribe, permission requirements, or any destructive or stateful behavior associated with the actions.

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

Conciseness4/5

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

The description is a single compact sentence that front-loads the operation list and includes the API version at the end. There is no filler or repetition, though the action list is slightly redundant with the schema's enum.

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

Completeness3/5

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

The action enum in the schema provides helpful per-operation details, making the tool somewhat self-explanatory. However, with no output schema, no annotations, and a vague findCriteria object, the description leaves return values, subscription lifecycle, and nested criteria structure under-specified.

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 100%, with the action enum providing detailed per-value explanations and parameter descriptions. The prose description restates the action names but does not add meaningful parameter semantics beyond what the schema already provides.

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

Purpose4/5

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

The description names the resource (IVA interlocutors) and enumerates concrete operations: find by contact/ldap/profile/profileIds, find interlocutors, get types, and subscribe to presence. This makes the tool's purpose clear, though it does not explicitly distinguish it from sibling tools like iva_contacts or iva_profile.

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

Usage Guidelines2/5

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

The description summarizes available actions but provides no guidance on when to use this tool versus alternatives such as iva_contacts, iva_profile, or iva_chat. It also omits prerequisites and any exclusion criteria, leaving usage context entirely to inference.

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