We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/meetronwilson/vibeops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"id": "MOD-002-FEAT-003-STORY-005",
"title": "Assign roles and decision authority to contacts",
"description": "As a sales representative, I want to assign roles and decision-making authority levels to contacts, so that I can identify key stakeholders and decision makers in the sales process.",
"featureId": "MOD-002-FEAT-003",
"status": "ready",
"acceptanceCriteria": [
{
"criterion": "Given I am viewing or editing a contact, when I access the role section, then I can select from predefined roles (Decision Maker, Influencer, User, Blocker)",
"verified": false
},
{
"criterion": "Given I assign a role to a contact, when I save, then the role is displayed on the contact card and profile",
"verified": false
},
{
"criterion": "Given I am viewing a company profile, when I look at associated contacts, then I can see each contact's role",
"verified": false
},
{
"criterion": "Given I filter contacts, when I select a role filter, then only contacts with that role are displayed",
"verified": false
}
],
"definitionOfDone": [
{
"item": "Role selection UI implemented",
"completed": false
},
{
"item": "Role data model and schema updated",
"completed": false
},
{
"item": "Role display on contact cards",
"completed": false
},
{
"item": "Role filtering functionality",
"completed": false
},
{
"item": "API updates for role management",
"completed": false
},
{
"item": "Tests written and passing",
"completed": false
}
],
"definitionOfReady": [
{
"item": "User story clearly defined",
"ready": true
},
{
"item": "Role taxonomy finalized",
"ready": true
},
{
"item": "Design mockups approved",
"ready": true
},
{
"item": "Story estimated",
"ready": true
},
{
"item": "STORY-0004 completed",
"ready": false
}
],
"assignee": "",
"storyPoints": 3,
"priority": "medium",
"metadata": {
"createdAt": "2025-02-11T14:30:00Z",
"updatedAt": "2025-02-11T14:30:00Z",
"createdBy": "jessica.liu",
"tags": [
"contacts",
"roles",
"stakeholders"
]
}
}