Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Project Skills query.

Operation details

FieldValue
NameprojectSkills
GroupProject Primitives
TypeQuery
SignatureprojectSkills(input: ProjectSkillsInput!): [ProjectSkill!]!

Playground

Query

Query
query ProjectSkills($input: ProjectSkillsInput!) {
  projectSkills(input: $input) {
    id
    name
    description
    allowedTools
    sourcePath
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}