Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.38 KB

File metadata and controls

20 lines (12 loc) · 1.38 KB

Relations - MCP Tool Specification

This document outlines the specification for tools within the Relations module that are intended to be integrated with the Model Context Protocol (MCP).

Current Status: No MCP Tools Defined

The Relations module provides CRM, social media management, and network analysis capabilities including contact management for internal use by other Codomyrmex modules. These functions are primarily for programmatic integration within the application lifecycle and are not suited for exposure as Model Context Protocol (MCP) tools.

MCP tools are typically designed for discrete, invocable actions or queries that an external agent (like an LLM) would trigger. The internal CRM and relationship management mechanisms do not fit this paradigm.

If future enhancements to this module introduce features that are appropriate for MCP (e.g., querying contact records, performing network relationship analysis, or managing social media interactions on demand), this document will be updated accordingly.

For details on how to use the relations functionalities within your Python code, please refer to the module's README.md and API_SPECIFICATION.md.

Navigation Links