Skip to main content
Glama

apple_list_bundle_id_capabilities

Retrieve and display all capabilities associated with a specific bundle ID for iOS/macOS app configuration and management.

Instructions

List capabilities for a bundle ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bundleIdIdYesBundle ID

Implementation Reference

  • Implementation of the 'apple_list_bundle_id_capabilities' tool, including its schema and handler.
    const listBundleIdCapabilities: ToolDef = {
      name: 'apple_list_bundle_id_capabilities',
      description: 'List capabilities for a bundle ID',
      schema: z.object({
        bundleIdId: z.string().describe('Bundle ID'),
      }),
      handler: async (client, args) => {
        return client.request(`/bundleIds/${args.bundleIdId}/bundleIdCapabilities`);
      },
    };

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mikusnuz/app-publish-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server