Skip to main content
Glama
gabrielcerutti

eToro MCP Server

Get my copiers

etoro_get_copiers
Read-only

Retrieve information about users currently copying your portfolio on eToro, including country, club, copy duration, and amount category.

Instructions

Get information about users currently copying the authenticated user's portfolio (country, club, copy duration, amount category).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the read-only nature is clear. The description adds value by specifying the types of information returned (country, club, duration, amount category), which helps the agent understand the output format beyond the fact it's read-only.

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

Conciseness5/5

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

The description is a single, well-structured sentence that immediately states the action and the returned data fields. No unnecessary words, perfectly front-loaded.

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

Completeness4/5

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

The description lists the fields returned (country, club, copy duration, amount category), which provides a good overview despite the lack of an output schema. It adequately covers the tool's simple functionality, though it could specify the data types or structure more precisely.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters, so schema coverage is trivially 100%. The description adds context by explaining what data the tool returns, which compensates for the lack of parameter documentation and helps the agent understand the tool's purpose.

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

Purpose5/5

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

The description clearly states the tool retrieves information about users copying the authenticated user's portfolio, specifying the kind of data (country, club, copy duration, amount category). It distinguishes from siblings like get_portfolio and get_user_performance by focusing specifically on copiers.

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

Usage Guidelines3/5

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

The description implies the use case of checking who is copying the user, but does not explicitly state when to use it over alternatives like get_user_performance or get_portfolio. No exclusion criteria or when-not-to-use guidance is provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gabrielcerutti/etoro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server