Skip to main content
Glama
ICWR-TEAM

facebook-automata-mcp

by ICWR-TEAM

get_my_accounts

List Facebook Pages accessible with the current user token to retrieve their Page IDs and access tokens for authentication and management.

Instructions

List the Facebook Pages managed by the current user token (GET /me/accounts).

Useful to discover page_id values and their page-scoped access tokens (returned in the 'access_token' field of each item).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

There are no annotations, so the description must carry the behavioral burden. It does convey that this is a read-only listing operation scoped to the current user token and that each item contains an access_token. However, it does not mention pagination behavior, auth failure implications, or rate limits.

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 short sentences, front-loads the core action and resource, adds a practical use case, and contains no filler. It is easy to parse quickly.

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?

The description covers the core purpose and the most important return value nuance, and an output schema exists. But without annotations, the missing semantics for pagination parameters and auth-dependent behavior leave meaningful gaps for an agent that needs to call this tool beyond the default invocation.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation for the 'after' or 'limit' parameters. The mention of access_token only clarifies output, not input parameters, so the description fails to compensate for the schema's lack of parameter documentation.

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 a specific verb ('List') and a specific resource ('Facebook Pages managed by the current user token'), and even includes the endpoint GET /me/accounts. This clearly distinguishes the tool from siblings like get_page_info or search_pages.

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

Usage Guidelines4/5

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

It states a concrete use case: discovering page_id values and page-scoped access tokens. It does not explicitly mention when not to use it or name alternatives, but the context is clear enough for an agent to select it appropriately.

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/ICWR-TEAM/Facebook-Automata-MCP'

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