Skip to main content
Glama
fosferon

gc_mcp

by fosferon

gc_project_registry

Manage and query the canonical project registry: list, fetch, create, or update project records, sync from the registry config file, and list registered git repos to keep project metadata consistent.

Instructions

Canonical project registry for Grand Central. Actions:

  • list: list all registered projects

  • get: fetch one project by id

  • upsert: create or update one project (supports partial payloads; metadata is merged)

  • sync: sync projects from ~/.config/gc/registry.toml into the registry DB

  • repos: list registered git repos

Use this as the source of truth for project metadata such as repo paths, canonical docs, related projects, and strategy-sync metadata. Prefer this over maintaining sidecar maps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoProject id for action=get or action=upsert
nameNoHuman-readable project name for action=upsert
pathNoPrimary repo/worktree path for action=upsert
tagsNoProject tags
notesNoOperator notes
portsNoNamed ports map
stackNoTech stack summary
actionYesProject registry action
branchNoDefault or canonical branch
domainNoPrimary domain
sourceNoSource tag for upsert
statusNoProject status
domainsNoAssociated domains
commandsNoUseful commands
data_dirNoPrimary data directory, if applicable
metadataNoAdditional metadata; merged into existing metadata_json
repo_urlNoRepo remote URL
key_filesNoKey file paths
binary_pathNoBinary path, if applicable
descriptionNoProject description
canonical_pathNoCanonical path when path is a worktree or alias
last_synced_atNoISO timestamp override
launchd_serviceNolaunchd service name, if applicable
related_projectsNoRelated project ids
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses meaningful behavioral traits: upsert 'supports partial payloads' and 'metadata is merged', and sync pulls 'from ~/.config/gc/registry.toml into the registry DB'. These reveal merge semantics and the sync source path, which is valuable behavioral transparency for an otherwise 24-parameter tool.

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 with a leading summary line followed by a bulleted action list and a closing guidance sentence. It's front-loaded and wastes no words. Minor deduction: the action list overlaps with the schema's enum which is already self-documenting, though the brief per-action glosses do add value.

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 24-parameter tool with no output schema and no annotations, the description does a solid job: it enumerates actions, highlights merge semantics for upsert, and explains the sync source. However, it doesn't describe the return format for list/get/repos actions, what happens on sync conflicts or failure, or destructive implications (e.g., does upsert overwrite all fields or only provided ones?). Slight gaps given the tool's complexity.

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 thoroughly documents all 24 parameters. The description adds a small amount of extra meaning (upsert supports partial payloads with merged metadata), but otherwise the semantics are carried by the schema. At this coverage level, baseline 3 is appropriate.

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 it's the 'Canonical project registry for Grand Central' and enumerates five concrete actions (list, get, upsert, sync, repos) with specific semantics. It also distinguishes itself from alternatives by stating it should be the 'source of truth' for project metadata and to 'prefer over maintaining sidecar maps'. This is a specific verb+resource tool with clear action enumeration.

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 provides clear guidance to use this as the source of truth for project metadata (repo paths, canonical docs, related projects, strategy-sync metadata) and explicitly says to prefer it over sidecar maps. However, it doesn't explicitly name sibling tools to use instead, only generically references 'maintaining sidecar maps' and doesn't state when NOT to use it in favor of specific alternatives among the many gc_* siblings.

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/fosferon/gc_mcp'

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