Skip to main content
Glama

gql_update_product

Update product details like name, description, status, and visibility in Thinkific using GraphQL mutations. Modify attributes including DRAFT, PENDING_APPROVAL, PRESELL, or PUBLISHED statuses.

Instructions

Update product attributes (GraphQL). Valid statuses: DRAFT, PENDING_APPROVAL, PRESELL, PUBLISHED.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesThe product ID to update
nameNoNew product name
descriptionNoNew description
slugNoNew URL slug
statusNoNew status
hiddenNoHide the product
privateNoMake the product private
cardImageUrlNoNew card image URL
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While 'Update' implies a mutation operation, the description doesn't address important behavioral aspects: whether this requires specific permissions, whether changes are reversible, what happens to unspecified attributes, error conditions, or response format. The status enum information is helpful but insufficient for a mutation tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficiently structured in a single sentence that conveys the core purpose and key constraint (valid statuses). There's no wasted language, and the most critical information (update operation and status constraints) is front-loaded. The parenthetical '(GraphQL)' adds useful technical context without disrupting the flow.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 8 parameters, no annotations, and no output schema, the description is insufficiently complete. It doesn't address behavioral expectations, error handling, authentication requirements, or what constitutes a successful update. While the schema covers parameter documentation, the description fails to provide the contextual information needed to use this tool effectively and safely.

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%, so the schema already documents all 8 parameters thoroughly. The description adds the status enum values (DRAFT, PENDING_APPROVAL, PRESELL, PUBLISHED), which provides context beyond the schema's enum declaration. However, it doesn't explain parameter interactions, dependencies, or provide additional semantic context about how these attributes relate to each other or affect the product.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Update product attributes') and resource ('product'), making the purpose immediately understandable. However, it doesn't explicitly differentiate this GraphQL-based product update from other product-related tools like 'update_product' (which doesn't exist in the sibling list) or 'gql_product' (which appears to be a read operation). The mention of '(GraphQL)' provides some technical context but not clear sibling differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. While it mentions valid statuses, it doesn't indicate prerequisites, when this tool is appropriate versus other update methods, or any constraints on usage. With many sibling tools including other GraphQL operations and product-related functions, the lack of comparative guidance is a significant gap.

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/ackbarguppi-ai/thinkific-mcp'

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