Concord Skill

Collaboration

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Concord tools.

7 tools
SKILL.md

Concord
SKILL.md

Domain knowledge for using Concord contract management tools effectively

Concord

Concord is a cloud-based contract management platform that streamlines the drafting, negotiation, and execution of contracts. It is primarily used to enhance collaboration and compliance in contract workflows.

Data Model

  • Organizations are the top-level container. List user organizations to get parent_id (organizationId).
  • Agreements are contracts. Fetch agreements with parent_id.
  • Folders organize agreements. List folders with parent_id.
  • Tags are metadata for categorization. List tags with organizationId.
  • Organization Members and Reports are organization-scoped.

Gotchas

  • parent_id = organizationId: The API uses parent_id in many endpoints; it maps to the first organization from list_user_organizations.
  • Organization-scoped: All tools require organizationId. Always list user organizations first.

Use with Concord Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Concord API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Concord?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Concord Skill - SKILL.md for Claude Code, Cursor & More