Skip to main content
Glama
usenotra

notra

Official
by usenotra

generate_post

Queue an async job to create content from your GitHub activity. Select from changelog, blog post, or social media posts and specify repositories.

Instructions

Queue an async post generation job. Notra will analyze your GitHub activity and generate content. Use get_post_generation_status to poll for completion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
githubNoConnected GitHub repositories to analyze. Use owner/repo values returned by list_integrations.
dataPointsNoTypes of data to include in generation
contentTypeYesType of content to generate
brandVoiceIdNoBrand voice ID to use for generation
integrationsNoIntegration IDs to use for generation
repositoryIdsNoRepository IDs to include. Deprecated; prefer integrations.github IDs from list_integrations.
selectedItemsNoSpecific items to include in generation
lookbackWindowNoTime window for gathering data (default: last_7_days)
brandIdentityIdNoBrand identity ID to use
linearIntegrationIdsNoLinear integration IDs to include. Deprecated; prefer integrations.linear.
Behavior4/5

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

Annotations only mark destructiveHint=false. The description adds that the job is async and requires polling, which is key behavioral information beyond the annotation. It does not detail side effects or what the generated post looks like, but the async disclosure is sufficient.

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

Conciseness5/5

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

The description is two sentences, front-loaded with the core action and additional context, with no unnecessary words. Every sentence earns its place.

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

Completeness4/5

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

Given the complex schema (nested objects, many optional params) and no output schema, the description provides a high-level overview but misses mentioning other data sources (e.g., Linear) and content types. However, the schema is well-documented, so the description is adequate for an agent to understand the tool's role.

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%, so the input schema fully documents all 10 parameters. The description adds no additional meaning to the parameters, meeting the baseline expectation.

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 tool queues an async post generation job, analyzes GitHub activity, and generates content. It distinguishes itself from sibling tools like get_post_generation_status by mentioning polling for completion.

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

Usage Guidelines4/5

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

The description explicitly tells the agent to use get_post_generation_status to poll for completion, providing clear context on the async workflow. However, it does not mention when not to use this tool or alternative approaches.

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/usenotra/notra-mcp'

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