Skip to main content
Glama
kenjimattos

meta-business-insights-mcp

by kenjimattos

GET cru na Graph API

graph_api_get

Perform direct GET requests to any Meta Graph API node or edge with the correct token. Use it for custom metrics not covered by other tools.

Instructions

Chamada GET direta a qualquer nó/edge da Graph API, com o token certo já resolvido. Use quando a métrica ou campo desejado não estiver coberto pelas outras tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesCaminho sem a versão. Ex.: '123456/insights' ou 'me/accounts'.
paramsNoQuery params. Não inclua access_token.
paginateNoSegue a paginação e concatena todos os data[].
usePageTokenNoID ou nome da Página cujo Page Access Token deve ser usado.
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 of behavioral disclosure. It adds useful context about token resolution ('com o token certo já resolvido'), but it does not explicitly mention read-only semantics, error behavior, or rate limits. GET semantics imply safety, but more detailed disclosure would be beneficial.

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 concise sentences, front-loaded with the action verb and resource, with no redundant information. Every word contributes to understanding the tool's function and usage context.

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?

As a generic fallback tool, the description adequately covers purpose, when to use, and token handling. It lacks explicit mention of response format, but given the open-ended nature of the tool and the absence of an output schema, this is less critical. The pagination parameter is documented in the schema.

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%, and each parameter has a description. The description itself adds little beyond the schema, though the note about token resolution provides relevant context for how authentication is handled. With schema doing the heavy lifting, a baseline of 3 is appropriate.

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 ('Chamada GET direta') and resource ('qualquer nó/edge da Graph API'), clearly identifying this as a raw GET endpoint. It distinguishes from siblings by framing it as a fallback for metrics not covered by other tools, which makes its purpose unambiguous.

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?

The description explicitly states when to use: 'Use quando a métrica ou campo desejado não estiver coberto pelas outras tools.' This provides clear context and implies that specialized sibling tools are preferred when applicable, even though it doesn't list specific alternatives.

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/kenjimattos/meta-business-insights-mcp'

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