Microsoft Azure · Capability

Microsoft Azure Visual Studio Projects Resource Provider Client — Projects

Microsoft Azure Visual Studio Projects Resource Provider Client — Projects. 4 operations. Lead operation: Microsoft Azure Projects Listbyaccountresource. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProjects

What You Can Do

GET
Microsoftazureprojectslistbyaccountresource — Microsoft Azure Projects Listbyaccountresource
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-visualstudio/account/{rootresourcename}/project
PUT
Microsoftazureprojectscreateorupdate — Microsoft Azure Projects Createorupdate
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-visualstudio/account/{rootresourcename}/project/{resourcename}
GET
Microsoftazureprojectsget — Microsoft Azure Projects Get
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-visualstudio/account/{rootresourcename}/project/{resourcename}
PATCH
Microsoftazureprojectsupdate — Microsoft Azure Projects Update
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-visualstudio/account/{rootresourcename}/project/{resourcename}

MCP Tools

microsoft-azure-projects-listbyaccountresource

Microsoft Azure Projects Listbyaccountresource

read-only idempotent
microsoft-azure-projects-createorupdate

Microsoft Azure Projects Createorupdate

idempotent
microsoft-azure-projects-get

Microsoft Azure Projects Get

read-only idempotent
microsoft-azure-projects-update

Microsoft Azure Projects Update

idempotent

Capability Spec

visual-studio-projects-resource-provider-client-projects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Visual Studio Projects Resource Provider Client — Projects
  description: 'Microsoft Azure Visual Studio Projects Resource Provider Client — Projects. 4 operations. Lead operation:
    Microsoft Azure Projects Listbyaccountresource. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Projects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: visual-studio-projects-resource-provider-client-projects
    baseUri: https://management.azure.com
    description: Microsoft Azure Visual Studio Projects Resource Provider Client — Projects business capability. Self-contained,
      no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project
      operations:
      - name: microsoftazureprojectslistbyaccountresource
        method: GET
        description: Microsoft Azure Projects Listbyaccountresource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rootResourceName
          in: path
          type: string
          description: Name of the Team Services account.
          required: true
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.visualstudio/account/{rootResourceName}/project/{resourceName}
      operations:
      - name: microsoftazureprojectscreateorupdate
        method: PUT
        description: Microsoft Azure Projects Createorupdate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: The request data.
          required: true
        - name: rootResourceName
          in: path
          type: string
          description: Name of the Team Services account.
          required: true
        - name: resourceName
          in: path
          type: string
          description: Name of the Team Services project.
          required: true
        - name: validating
          in: query
          type: string
          description: This parameter is ignored and should be set to an empty string.
      - name: microsoftazureprojectsget
        method: GET
        description: Microsoft Azure Projects Get
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rootResourceName
          in: path
          type: string
          description: Name of the Team Services account.
          required: true
        - name: resourceName
          in: path
          type: string
          description: Name of the Team Services project.
          required: true
      - name: microsoftazureprojectsupdate
        method: PATCH
        description: Microsoft Azure Projects Update
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          description: The request data.
          required: true
        - name: rootResourceName
          in: path
          type: string
          description: Name of the Team Services account.
          required: true
        - name: resourceName
          in: path
          type: string
          description: Name of the Team Services project.
          required: true
  exposes:
  - type: rest
    namespace: visual-studio-projects-resource-provider-client-projects-rest
    port: 8080
    description: REST adapter for Microsoft Azure Visual Studio Projects Resource Provider Client — Projects. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-visualstudio/account/{rootresourcename}/project
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: GET
        name: microsoftazureprojectslistbyaccountresource
        description: Microsoft Azure Projects Listbyaccountresource
        call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectslistbyaccountresource
        with:
          rootResourceName: rest.rootResourceName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-visualstudio/account/{rootresourcename}/project/{resourcename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: PUT
        name: microsoftazureprojectscreateorupdate
        description: Microsoft Azure Projects Createorupdate
        call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectscreateorupdate
        with:
          body: rest.body
          rootResourceName: rest.rootResourceName
          resourceName: rest.resourceName
          validating: rest.validating
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureprojectsget
        description: Microsoft Azure Projects Get
        call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectsget
        with:
          rootResourceName: rest.rootResourceName
          resourceName: rest.resourceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureprojectsupdate
        description: Microsoft Azure Projects Update
        call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectsupdate
        with:
          body: rest.body
          rootResourceName: rest.rootResourceName
          resourceName: rest.resourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: visual-studio-projects-resource-provider-client-projects-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Visual Studio Projects Resource Provider Client — Projects. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-projects-listbyaccountresource
      description: Microsoft Azure Projects Listbyaccountresource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectslistbyaccountresource
      with:
        rootResourceName: tools.rootResourceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-projects-createorupdate
      description: Microsoft Azure Projects Createorupdate
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectscreateorupdate
      with:
        body: tools.body
        rootResourceName: tools.rootResourceName
        resourceName: tools.resourceName
        validating: tools.validating
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-projects-get
      description: Microsoft Azure Projects Get
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectsget
      with:
        rootResourceName: tools.rootResourceName
        resourceName: tools.resourceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-projects-update
      description: Microsoft Azure Projects Update
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: visual-studio-projects-resource-provider-client-projects.microsoftazureprojectsupdate
      with:
        body: tools.body
        rootResourceName: tools.rootResourceName
        resourceName: tools.resourceName
      outputParameters:
      - type: object
        mapping: $.