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 new image URL.

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 establish that the operation is mutating, non-destructive, and idempotent. The description adds the required pages_manage_metadata permission, which is useful authentication context beyond the annotations. It does not describe side effects like replacing the existing image or requiring a publicly accessible URL, but these are minor gaps.

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 compact and well structured: a one-sentence purpose, a clear Args list, and an essential permission note. Every line earns its place with no filler or redundant explanation.

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?

For a simple mutation with two required parameters, the description covers purpose, parameter meanings, and authentication requirements. A notable minor gap is the lack of any statement about the return value or expected response, especially given that no output schema exists, but this does not block correct invocation.

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 schema describes picture_url and response_format, but not page_id. The description fills that gap by identifying page_id as a Facebook Page ID and restating that picture_url is the new profile picture URL. It does not mention response_format in prose, but the schema already documents it well, so effective coverage of the required parameters is strong.

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 opens with a specific verb and resource: 'Updates a Facebook Page's profile picture.' This clearly distinguishes the tool from sibling tools like meta_update_page_cover and meta_get_page_picture, and the title reinforces the intent.

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

Usage Guidelines3/5

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

The description implies the tool is for updating a Page's profile picture and lists the required permission, but it does not explicitly state when to prefer this tool over alternatives or when not to use it. Context is clear enough for a straightforward update, but there is no explicit routing guidance.

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/open-work-org/open-mcp-servers'

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