Skip to main content
Glama

persons_list_followers

List all followers of a specific person to check who is tracking updates and manage notifications.

Instructions

List all followers of a specific person.

Returns a list of users who are following this person and will receive notifications about updates.

Each follower entry includes:

  • User ID

  • User name

  • User email

  • When they started following

This is useful for:

  • Checking who is tracking a person

  • Auditing team access

  • Managing notifications

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPerson ID
Behavior3/5

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

No annotations are provided, so the description takes on full responsibility. It discloses that followers receive notifications and lists output fields, but does not explicitly state that the operation is read-only, nor does it mention permissions, rate limits, or pagination. Adequate but not comprehensive.

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 concise at four sentences, front-loaded with the main action, then detailing output and use cases. Every sentence serves a purpose without redundancy.

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?

Given the simplicity of the tool (one parameter, no output schema), the description covers the essential purpose, output structure, and use cases. However, it could mention whether results are paginated or any other behavioral details, but it is nearly complete for this context.

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

Parameters3/5

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

The input schema is fully described (100% coverage) for the single parameter 'id'. The description does not add significant meaning beyond the schema's 'Person ID' label, but the baseline is 3 due to high schema coverage.

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 'List all followers of a specific person' with a specific verb and resource. It lists the returned fields and provides use cases, effectively distinguishing from sibling tools like persons_add_follower or persons_delete_follower.

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 includes three explicit use cases, which helps an agent understand when to use the tool. However, it does not mention when not to use it or contrast with similar list-followers tools for other entities (e.g., deals_list_followers), leaving some ambiguity.

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/iamsamuelfraga/mcp-pipedrive'

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