Skip to main content

LLM-MCP Tools Documentation

This section covers all aspects of working with tools in the LLM-MCP platform, including using built-in tools, developing custom tools, and integrating tools with other systems.

Tool Documentationโ€‹

Key Tool Conceptsโ€‹

LLM-MCP provides a powerful tool system that enables:

  • Tool Registration: Register custom tools with the LLM-MCP server
  • Tool Discovery: Discover available tools programmatically
  • Tool Execution: Execute tools via API calls or through AI models
  • Tool Orchestration: Chain tools together for complex workflows
  • Tool Versioning: Manage tool versions and compatibility

Tool Typesโ€‹

LLM-MCP supports several types of tools:

  1. System Tools: Core tools provided by LLM-MCP
  2. Integration Tools: Tools that integrate with other services
  3. Custom Tools: User-developed tools for specialized functionality
  4. Composite Tools: Tools that combine multiple tools into workflows

Getting Started with Toolsโ€‹

To get started with LLM-MCP tools:

  1. Explore the available system tools
  2. Learn how to register and use tools
  3. Follow the custom tool development guide to create your own tools
  4. Integrate tools with your AI models and applications

Tool Securityโ€‹

Tools in LLM-MCP are subject to security controls:

  • Authentication: Tools can require authentication
  • Authorization: Tools can be restricted to specific users or roles
  • Validation: Tool inputs are validated against schemas
  • Resource Limits: Tools can have resource usage limits
  • Sandboxing: Tools can run in isolated environments

Additional Resourcesโ€‹