Skip to main content
Glama

Add Project

create_project

Add a project to your portfolio using guided coaching to identify and document work you might have overlooked. Strengthen your job search with verified project entries.

Instructions

Add a project to the user's portfolio. Before creating, always check existing projects with get_projects to avoid duplicates. If the source data is incomplete (e.g. missing description, technologies, or dates), ask the user to fill in the gaps. Dates must be accurate — ask the user to confirm if unclear. Write clear, professional descriptions. Do not fabricate or embellish information.

PROJECT COACHING: Many users underestimate what counts as a project. Help them recognize work they might not think of: side projects, open-source contributions, hackathon entries, internal tools, scripts that saved time, blogs/tutorials, personal apps, browser extensions, Discord bots. Even small projects demonstrate initiative and practical skills. For junior/mid developers, projects are the #1 differentiator — two candidates with similar job histories are separated by their projects.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesProject title
shortDescriptionYesA one-line summary of the project
descriptionNoFull project description
roleNoYour role in the project
technologiesYesTechnologies used
isCurrentYesWhether this is an ongoing project
isRemoteYesWhether this was remote work
isOpenSourceYesWhether this is open source
startDateNoStart date (ISO 8601)
endDateNoEnd date (ISO 8601)
repoUrlNoRepository URL
demoUrlNoLive demo URL
Behavior5/5

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

Annotations are minimal (no readOnly, destructive, etc.), so the description carries the burden. It discloses behavioral traits: creation action, need for accuracy, coaching on project recognition, and prohibition of fabrication. No contradictions.

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?

Description is front-loaded with purpose and key guidelines. The coaching section is verbose but valuable. Every sentence earns its place, though slightly longer than ideal.

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

Completeness5/5

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

Given 12 parameters, 6 required, and no output schema, the description covers the full workflow: duplicate checking, data completeness, date accuracy, professional writing, and coaching. It equips the agent to handle incomplete user input and edge cases.

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 baseline is 3. The description adds contextual instructions but no new parameter details beyond the schema. The coaching and guidelines are about usage, not parameter semantics.

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 'Add a project to the user's portfolio' and differentiates from siblings like get_projects and update_project. The verb and resource are specific, and the coaching section further clarifies the tool's scope.

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

Usage Guidelines5/5

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

Provides explicit guidance: check existing projects first, ask user for missing info, confirm dates, write professional descriptions, and includes coaching on what counts as a project. This helps the agent decide when and how to use the tool.

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/remoet-labs/remoet-mcp'

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