Skip to main content
Glama
mathieubernardi

meta-mcp-py

get_threads_profile

Retrieve the Threads profile linked to your access token to view account details and analytics via Meta's Graph API.

Instructions

Profil Threads associé au token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only states the resource. It does not say whether the call is read-only, what happens when no Threads profile exists, or what auth expectations apply. This adds minimal behavioral context beyond the tool name.

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

Conciseness4/5

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

The description is extremely concise and front-loads the resource and scope with no filler. It is efficient, though slightly too terse since it omits a verb.

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 tool has zero parameters and an output schema exists, the remaining context needed to invoke it is minimal. The description names the resource and token association, which is sufficient for a simple parameterless getter. The main shortfall is the lack of behavioral or usage context already penalized in other dimensions.

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?

The tool has zero parameters and schema coverage is effectively complete, so there is no parameter meaning for the description to add. The baseline for a zero-parameter tool is appropriate, and no information gap exists here.

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 identifies the exact resource (Threads profile) and its scope (associated with the current token). Although it lacks an explicit verb, 'Profil' combined with the tool name makes the retrieval intent clear. It is distinguishable from sibling tools like get_threads_insights or token_info.

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 guidance is given on when to choose this tool over related sibling tools, and no alternatives or exclusions are mentioned. The phrase 'associé au token' defines which profile is returned but does not help the agent decide between profile, insights, or account tools.

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/mathieubernardi/Meta_Business_MCP'

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