Skip to main content
Glama
erayendes

Heimdall App Store Connect MCP

apps__app_encryption_declarations__list

Read-onlyIdempotent

List app encryption declarations for a specific app. Filter by platform, builds, or include related resources like encryption documents in a single call.

Instructions

List the app encryption declarations belonging to an app. [GET /v1/apps/{id}/appEncryptionDeclarations]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID from the matching list call.
limitNomaximum resources per page
includeNocomma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned.
next_urlNoAbsolute links.next URL from a previous response.
filter_buildsNofilter by id(s) of related 'builds' Takes a 'builds' resource id, read from the call that lists them — not a name. A value that matches nothing returns 200 with an empty list rather than an error.
filter_platformNofilter by attribute 'platform'
fields_appEncryptionDeclarationsNothe fields to include for returned resources of type appEncryptionDeclarations Return only these attributes. A full row set can exceed 200 KB.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint, idempotentHint, and destructiveHint. The description adds the GET endpoint, confirming safety. No additional behavioral context such as auth requirements, rate limits, or side effects is described. The description does not contradict annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence plus the endpoint reference, with no wasted words. It is front-loaded with the main purpose. A slight improvement could add a brief note about pagination or filtering, but it remains sufficiently efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 parameters including pagination (limit, next_url) and filtering (filter_builds, filter_platform, include, fields). The description does not explain pagination behavior, sorting, or how filters interact. However, the schema covers parameter purposes, and annotations provide safety signals. Overall, it is minimally adequate but could be more helpful for complex queries.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with descriptions for all 7 parameters. The tool description adds no parameter-specific detail beyond the endpoint path, so the schema carries the burden. Baseline score of 3 applies per the rule.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'List', the resource 'app encryption declarations', and the scope 'belonging to an app'. It also provides the HTTP endpoint for further clarity. This distinguishes it well from sibling tools like 'app_encryption_declarations__get' which retrieves a single declaration.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No usage guidelines are provided. The description does not indicate when to use this tool over alternatives, such as when to list vs get, or what the typical workflow would be. There is no mention of prerequisites or Related tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/erayendes/app-store-connect-mcp'

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