Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/nicekon/zendesk-mcp-server-kon/api_post_comments_docgit clone --depth 1 https://github.com/nicekon/zendesk-mcp-server-konWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/nicekon/zendesk-mcp-server-kon/api_post_comments_doc)<a href="https://agentmods.dev/rules/nicekon/zendesk-mcp-server-kon/api_post_comments_doc"><img src="https://agentmods.dev/badge/rules/nicekon/zendesk-mcp-server-kon/api_post_comments_doc.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.02319 |
| Opus 5 | $0.00024 | $0.01159 |
| Sonnet 5 | $0.00010 | $0.00464 |
| Haiku 4.5 | $0.00005 | $0.00232 |
Grade A, and why
API_POST_COMMENTS_DOC scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl How it starts
The opening of the file, as written. The whole thing — 271 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Post Comments Users can participate in community discussions by adding comments to community posts in the help center. The user must have a Zendesk account and their requests must be authenticated. Anonymous users can't add comments. For more information, see Anatomy of the help center.
JSON format Post Comments are represented as JSON objects with the following properties:
Name Type Read-only Mandatory Description author_id integer false false The id of the author of the comment. Writable on create by Help Center managers. See Create Post Comment body string false true The comment made by the author. See User content created_at string false false When the comment was created. Writable on create by Help Center managers. See Create Post Comment html_url string true false The community url of the comment id integer true false Automatically assigned when the comment is created non_author_editor_id integer true false The user id of whoever performed the most recent (if any) non-author edit. A non-author edit consists of an edit make by a user other than the author that creates or updates the body. Note that only edits made after May 17, 2021 will be reflected in this field. If no non-author edits have occured since May 17, 2021, then this field will be null. non_author_updated_at string true false When the comment was last edited by a non-author user official boolean false false Whether the comment is marked as official post_id integer true false The id of the post on which the comment was made updated_at string true false When the comment was last updated url string true false The API url of the comment vote_count integer true false The total number of upvotes and downvotes vote_sum integer true false The sum of upvotes (+1) and downvotes (-1), which may be positive or negative User content End users can add their own contents in the form of community posts, post comments, or article comments. Collectively, this is called user content. The format of user content is HTML-based.
Content may contain the following standard HTML tags:
Paragraphs and blocks: , , , Text formatting: , , , , , , Links and dividers: , Images: (where the src attribute has to reference a user-uploaded image) Headers: , , , , , Bullet lists: , , Description lists: , , Tables: , , , , , , , , Quotes and code snippets: , Semantics: , , , , , , , , , In addition, the content may contain these non-standard HTML tags:
@mentions: , where the contents of the tag should be the user ID of the mentioned user. Example: 1234 to mention the user whose ID is 1234. Even if the content is validated, the body that's output may not be identical to the request body. For example, adjustments may be made for security or standards-compliance reasons.
Example { "author_id": 89567, "body": "My printer is on fire!", "id": 35467, "official": false, "vote_count": 15, "vote_sum": 10 } List Comments GET /api/v2/community/posts/{post_id}/comments GET /api/v2/community/users/{user_id}/comments Lists all comments on a specific post or all the comments created by a specific user. When listing comments by specific user, the comments of the user making the request can be listed by specifying me as the id.
Allowed for End users Pagination Cursor pagination (recommended) Offset pagination See Pagination.
Sideloads You can sideload related records with the include query string parameter. The following sideloads are supported:
Name Will sideload users authors posts posts See Sideloading related records.
Parameters
Name Type In Required Description
post_id integer Path true The unique ID of the post
Code Samples
curl
curl https://{subdomain}.zendesk.com/api/v2/community/posts/{post_id}/comments.json
-v -u {email_address}/token:{api_token}
Go
Java
Nodejs
Python
import requests
from requests.auth import HTTPBasicAuth
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 271 lines · 49 tokens per session scan A 7d1c053df75e
API_POST_COMMENTS_DOC is a cursor rule published in the GitHub repository nicekon/zendesk-mcp-server-kon (0 stars, last pushed today), licensed Apache-2.0. It adds 49 tokens to every session and 2,319 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other cursor rules, from other repositories
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.
family-instance-domain-actions
Family instance domain action implementation patterns.