Skip to main content
Glama
mrh-is

partiful-mcp

by mrh-is

get_following

Read-onlyIdempotent

Fetch user IDs the current user follows on Partiful. Returns a userIds array, distinct from get_followers. Pair with get_users to resolve profiles.

Instructions

Get the user IDs the current user follows on Partiful, as a userIds array. Distinct from get_followers (who follows the current user, not who they follow). Use get_users to resolve these IDs into profiles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoDot-path field names to include in the response. Omit to return all fields. Available fields: userIds

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
userIdsNo
Behavior4/5

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

Annotations already declare read-only, idempotent, non-destructive behavior. The description adds valuable context about the direction of the relationship (who follows whom) and clarifies the output is a userIds array, which helps prevent misuse beyond what annotations convey.

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 two sentences, front-loaded with the action and resource, and includes only essential information. It efficiently clarifies purpose, sibling distinction, and downstream usage without any fluff.

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

Completeness5/5

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

For a simple read-only list tool with an output schema, the description fully covers the purpose, relationship to alternatives, and follow-up actions. No gaps are evident, and annotations cover the safety profile.

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 schema has 100% coverage for the single optional 'fields' parameter, so the description doesn't need to explain it. The description mentions the available 'userIds' field, but that is already present in the schema description. No additional parameter meaning is added.

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 returns the user IDs the current user follows, using the specific verb 'Get' and the resource 'user IDs'. It explicitly distinguishes from get_followers, making the purpose unambiguous and differentiating it from a closely related sibling tool.

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

Usage Guidelines5/5

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

It directly names get_followers as the alternative and explains the distinction, and also suggests using get_users to resolve the IDs. This provides explicit when-to-use and next-step guidance.

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/mrh-is/partiful-mcp'

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