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

Operation details

FieldValue
NameprojectTool
GroupProject Primitives
TypeQuery
SignatureprojectTool(input: ProjectToolInput!): ProjectTool

Playground

Query

Query
query ProjectTool($input: ProjectToolInput!) {
  projectTool(input: $input) {
    id
    name
    description
    inputSchema
    sourcePath
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "toolId": ""
  }
}