We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phainestai/mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
artifacts-view.feature•2.72 kB
Feature: FOB-ARTIFACTS-VIEW_ARTIFACT-1 View Artifact Details
As a methodology author (Maria)
I want to view artifact details
So that I can understand deliverable requirements
Background:
Given Maria is authenticated in FOB
And she is viewing artifact "Component Design Document"
And the artifact belongs to playbook "React Frontend v1.2"
Scenario: ART-VIEW-01 Open artifact detail page
Given Maria is on artifacts list
When she clicks [View] for "Component Design Document"
Then she is redirected to FOB-ARTIFACTS-VIEW_ARTIFACT-1
And she sees breadcrumb with playbook and artifact name
Scenario: ART-VIEW-02 View artifact header
Given Maria is on the artifact detail page
Then she sees artifact name "Component Design Document"
And she sees artifact type badge "Document"
And she sees required status badge
Scenario: ART-VIEW-03 View artifact description
Given Maria is on the artifact detail page
Then she sees the full description
And she sees creation and modification timestamps
Scenario: ART-VIEW-04 View associated activities
Given the artifact is linked to 2 activities
Then she sees "Used in Activities" section
And she sees list of activities using this artifact
And each activity link is clickable
Scenario: ART-VIEW-05 View template file
Given the artifact has an attached template
Then she sees "Template" section
And she can [Download Template] file
Scenario: ART-VIEW-06 Edit artifact button
Given Maria is viewing the artifact
When she clicks [Edit Artifact]
Then she is redirected to FOB-ARTIFACTS-EDIT_ARTIFACT-1
Scenario: ART-VIEW-07 Delete artifact button
Given Maria is viewing the artifact
When she clicks [Delete Artifact]
Then the FOB-ARTIFACTS-DELETE_ARTIFACT-1 modal appears
# ============================================================
# ARTIFACT FLOW - See artifacts-flow.feature for complete flow scenarios
# ============================================================
Scenario: ART-VIEW-08 View artifact producer activity
Given the artifact is produced by activity "Design Component API"
When Maria views the artifact detail page
Then she sees "Produced by" section
And she sees "Design Component API" with clickable link
And clicking the link navigates to activity detail page
Scenario: ART-VIEW-09 View artifact consumer activities
Given the artifact is consumed by 3 activities
When Maria views the artifact detail page
Then she sees "Consumed by" section
And she sees list of 3 consumer activities
And each shows whether it's required or optional input
And each activity link is clickable