Skip to content

Feature Request: Replace get_entity with get_entities for Batch Processing #7

@dmytroDragan

Description

@dmytroDragan

Overview

Most MCP clients currently use get_entity in a loop, resulting in one API call per entity per execution. This pattern introduces unnecessary overhead and slows down processing.

Request

The replacement or supplementing get_entity with a get_entities method that supports batch retrieval of multiple entities in a single call.

Motivation

  • Efficiency: Reduces the number of API calls, lowering latency.
  • Performance: Speeds up client execution times, especially for large datasets.
  • Resource Usage: Decreases load on both client and server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions