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 Tools query.

Operation details

FieldValue
NameprojectTools
GroupProject Primitives
TypeQuery
SignatureprojectTools(input: ProjectToolsInput!): [ProjectTool!]!

Playground

Query

Query
query ProjectTools($input: ProjectToolsInput!) {
  projectTools(input: $input) {
    id
    name
    description
    inputSchema
    sourcePath
  }
}

Variables

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