Skip to main content
Glama
hifriendbot

ailist-mcp

by hifriendbot

update_project

Update an existing project listing on AiList by providing the project slug and any fields to change. Keeps your directory entry current after feature releases or version updates.

Instructions

Update an existing project on AiList. You must own the project (submitted with the same API key). Use this to keep listings current when new features ship or versions change. Requires AILIST_API_KEY env var.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoUpdated homepage URL
slugYesProject slug to update (e.g. "cogmemai")
tagsNoUpdated comma-separated tags
taglineNoUpdated tagline
categoryNoUpdated category
built_withNoUpdated technologies used
github_urlNoUpdated GitHub repository URL
descriptionNoUpdated description (supports markdown)
npm_packageNoUpdated npm package name
pypi_packageNoUpdated PyPI package name

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.4

TDQS

A3.5/5.0
Behavior2/5

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

Without annotations, the description carries the full burden. It mentions ownership and the required API key but omits critical mutation semantics (e.g., whether this is a full replacement or partial update, success/error responses, or side effects).

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 front-loaded with purpose and consists of four sentences, each adding value. It is reasonably concise but could combine the ownership and env var notes.

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?

With 10 optional parameters and no output schema, the description is insufficiently complete. It does not explain that only provided fields are updated, what the return value is, or validation behavior. More context is needed for an agent to use this tool correctly.

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 coverage is 100%, so the baseline is 3. The description adds no additional parameter meaning beyond usage context; it does not elaborate on any parameter's purpose.

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 verb 'Update' and the resource 'an existing project on AiList', distinguishing this tool from siblings like submit_project (create) and get_project (read).

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?

It provides context for when to use the tool ('keep listings current when new features ship or versions change') and states the ownership requirement. However, it does not explicitly exclude creation or reference submit_project as an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/hifriendbot/ailist-mcp'

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