MeMesh API Documentation - v2.8.10
    Preparing search index...

    Interface ToolMetadata

    Tool metadata structure

    interface ToolMetadata {
        description: string;
        methods: string[];
    }
    Index

    Properties

    Properties

    description: string

    Human-readable description of the tool

    methods: string[]

    Available methods/operations for this tool