Skip to main content
Glama

run_setup_check

Validate Meta Ads MCP setup readiness by checking token, permissions, account access, pages, Instagram identity, pixels, and local configuration. Returns pass, warn, or fail with fix instructions.

Instructions

Check MCP setup readiness and return structured results.

Validates token, permissions, account access, pages, Instagram identity, pixels, and local configuration. Returns pass/warn/fail for each check with exact fix instructions for failures.

Read-only. Does not modify any configuration or Meta settings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden. It discloses read-only behavior and that results are structured with pass/warn/fail and fix instructions. It could provide more detail on error handling or performance, but the transparency is good for a simple check tool.

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 concise with two short paragraphs, front-loaded with the main purpose. Every sentence adds value: purpose, what is validated, return type, and read-only nature.

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 no parameters and no output schema, the description covers the essential aspects: what it checks, what it returns, and that it is read-only. However, it could mention prerequisites (e.g., required permissions) or whether it is safe to run multiple times, but it is adequate for a setup check.

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 input schema has no parameters, so the description cannot add parameter semantics. According to the rules, baseline is 4 for zero parameters. The description does not need to add further semantics.

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 it checks MCP setup readiness and returns structured results with pass/warn/fail and fix instructions. The verb 'check' and resource 'setup readiness' are specific and distinct from sibling tools like 'check_token_status' or 'diagnose_pixel_on_site'.

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?

The description implies usage for verifying setup before proceeding and states it is read-only. However, it does not explicitly mention when not to use it or provide alternatives among siblings, such as 'check_token_status' for a subset of checks.

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/brandu-mos/konquest-meta-ads-mcp'

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