Skip to main content
Glama

Update Facebook Page Profile Picture

meta_update_page_picture
Idempotent

Update a Facebook Page's profile picture by providing the page ID and the URL of the new image. Requires pages_manage_metadata permission.

Instructions

Updates a Facebook Page's profile picture.

Args:

  • page_id (string): Facebook Page ID

  • picture_url (string): URL of the new profile picture

Requires pages_manage_metadata permission.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_idYes
picture_urlYesURL of the new profile picture image
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior4/5

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

Annotations already indicate idempotentHint=true and readOnlyHint=false. The description adds the permission requirement and confirms the update nature. No contradictions. It does not detail side effects (e.g., previous picture overwritten) but this is inherent and acceptable for a write operation.

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 extremely concise: two sentences plus a short list of arguments. The purpose is front-loaded, and every sentence provides necessary information (action, arguments, permission). No fluff.

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?

For a simple update tool with no output schema, the description covers purpose and required permissions. However, it does not mention what the function returns (e.g., success confirmation or error) or any post-update behavior. This could be improved.

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 67% (2 of 3 params have descriptions). The tool description lists page_id and picture_url and adds a short description, but the schema already provides similar info for picture_url. The response_format parameter is not mentioned in the description. The added value is marginal.

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 the action ('Updates') and the specific resource ('Facebook Page's profile picture'), differentiating it from sibling tools like meta_get_page_picture (read) and meta_update_page_cover (cover photo). The verb+resource combination is specific.

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 provides a prerequisite ('Requires pages_manage_metadata permission') and implicitly indicates when to use (updating profile picture). While it does not explicitly mention when not to use or alternative tools, the context is clear and no identical sibling exists.

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/oliverames/meta-mcp-server'

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