Skip to main content
Glama
hifriendbot

ailist-mcp

by hifriendbot

submit_project

Submit a new AI project to the AiList directory for instant listing. Provide project name, description, category, tags, and URLs — the project goes live in minutes after auto-review.

Instructions

Submit a project to AiList. When a user says "list my project on AiList", read their repo and call this with the details. The project goes live in minutes after auto-review. Requires AILIST_API_KEY env var — get a free key at hifriendbot.com/ai-list/submit/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoProject homepage URL
nameYesProject name (required)
tagsNoComma-separated tags (e.g. "memory, mcp, claude")
taglineNoShort tagline describing the project
categoryNoProject category: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, other
built_withNoTechnologies used (e.g. "Node.js, TypeScript, Zod")
github_urlNoGitHub repository URL
creator_urlNoCreator homepage or profile URL
descriptionNoFull project description (supports markdown)
npm_packageNonpm package name (e.g. "cogmemai-mcp")
creator_nameNoCreator or organization name
pypi_packageNoPyPI package name

Schema Changelog

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

  1. First observedv1.0.4

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It discloses the auto-review process, deployment timeline ('goes live in minutes'), and API key requirement ('Requires AILIST_API_KEY env var'). No contradictions noted.

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 compact at three sentences, front-loading the purpose and then adding key behavioral details. Every sentence is necessary, though the instruction to 'read their repo' could be slightly more precise.

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 the tool has 12 parameters, no output schema, and no annotations, the description covers the essential usage context, auth requirements, and process timeline. Some minor items like error handling or rate limits are omitted, but the core is complete.

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 extra parameter meaning beyond the schema, but does not need to since the schema is already comprehensive and covers all 12 parameters with clear descriptions.

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 tool submits a project to AiList, using the specific verb 'submit' and resource 'project'. It distinguishes itself from siblings like search_projects or get_trending by focusing on creation.

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 gives explicit guidance on when to use it ('when a user says list my project on AiList') and mentions reading their repo before calling. However, it does not explicitly state when NOT to use it or name alternative tools.

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