Skip to main content
Glama
VladMontana

Threads API MCP Server

by VladMontana

get_profile_info

Retrieve the authenticated Threads user's profile details, including user ID, username, bio, avatar URL, and profile link.

Instructions

Fetch the authenticated Threads user's profile information.

Returns: JSON string containing user id, username, bio, avatar URL, and profile link.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that the return value is a JSON string with specific fields (id, username, bio, avatar URL, profile link), which is useful. It does not mention authentication prerequisites, potential errors, or read-only safety, but for a zero-parameter profile fetch this is moderately transparent.

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 compact sections: an action statement and a return-value list. Every sentence carries information, the core purpose is front-loaded, and there is no filler or 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?

For a simple, parameterless read-only profile tool with an output schema present, the description covers the essential target and return structure. It omits details like error behavior or authentication specifics, but those are minor given the low complexity.

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 zero parameters, so the baseline is 4. The schema already fully documents the absence of parameters; the description adds no per-parameter detail, but none is needed here.

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 uses the verb 'Fetch' and specifies the resource 'authenticated Threads user's profile information,' making the operation clear and specific. It also names the returned fields, and this distinguishes it from sibling tools that focus on posts and analytics.

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?

There is no explicit when-to-use or when-not-to-use guidance. However, the tool's purpose is self-evident: it is for retrieving the authenticated user's profile, and none of the sibling tools overlap directly with that intent. The use case is implied rather than stated.

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/VladMontana/treads-mcp'

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