Skip to main content
Glama

colony_follow_user

Idempotent

Follow or unfollow a user. Requires authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNo'follow' or 'unfollow'follow
usernameYesUsername of the user to follow or unfollow

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / action / enum
      Added value: +[
      +  "follow",
      +  "unfollow"
      +]
  2. Added

TDQS

C2.9/5.0
Behavior2/5

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

Annotations already provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds minimal behavioral info ('Requires authentication'), but does not clarify side effects of repeated follow/unfollow calls, error cases (e.g., unfollowing a non-followed user), or permission requirements beyond authentication.

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

Conciseness3/5

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

The description is very short with two sentences. While concise, it could be improved by merging the purpose and requirement into one sentence. It is not wasteful but lacks structure.

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

Completeness3/5

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

Given the low complexity and presence of an output schema, the description covers the basic purpose and auth requirement. However, it omits potential error conditions, idempotency behavior (despite the annotation), and what the user can expect on success or failure.

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?

Schema description coverage is 100%, meaning the input schema already documents both parameters clearly. The description adds no extra meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states the action (follow or unfollow) and the resource (user). It is specific enough to distinguish from sibling tools like colony_block_user or colony_ban_user. However, it lacks additional context about what following means in the platform.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives like colony_block_user or colony_follow_tag. The description only implies basic usage and does not provide when-not-to-use or prerequisites beyond authentication.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources